Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: gin/modules/timer.h

Issue 587713002: Added the "DISALLOW_COPY_AND_ASSIGN(Timer);" for Timer class in gin/module/timer.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/modules/timer.h
diff --git a/gin/modules/timer.h b/gin/modules/timer.h
index da17fe14822886cc73bd6c03d2bb728360afbbe9..1ec0b931607972b7b0934016b3046fc3545e485c 100644
--- a/gin/modules/timer.h
+++ b/gin/modules/timer.h
@@ -42,6 +42,7 @@ class GIN_EXPORT Timer : public Wrappable<Timer> {
base::WeakPtr<gin::Runner> runner_;
base::WeakPtrFactory<Timer> weak_factory_;
+ DISALLOW_COPY_AND_ASSIGN(Timer);
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698