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); |
}; |