Commit a3eab57a authored by kulkarni.a's avatar kulkarni.a Committed by Commit bot

Added the "DISALLOW_COPY_AND_ASSIGN(Timer);" for Timer class in gin/module/timer.h.

BUG=

Review URL: https://codereview.chromium.org/587713002

Cr-Commit-Position: refs/heads/master@{#295948}
parent f5d0c07d
...@@ -42,6 +42,7 @@ class GIN_EXPORT Timer : public Wrappable<Timer> { ...@@ -42,6 +42,7 @@ class GIN_EXPORT Timer : public Wrappable<Timer> {
base::WeakPtr<gin::Runner> runner_; base::WeakPtr<gin::Runner> runner_;
base::WeakPtrFactory<Timer> weak_factory_; base::WeakPtrFactory<Timer> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(Timer);
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment