Chromium Code Reviews| Index: cc/base/unique_notifier.h |
| diff --git a/cc/base/unique_notifier.h b/cc/base/unique_notifier.h |
| index 89bfecc0f462316041e9d4057c113a6a09351a12..9a4a02cd62cd5e80eef441ef010c283b4224169f 100644 |
| --- a/cc/base/unique_notifier.h |
| +++ b/cc/base/unique_notifier.h |
| @@ -38,6 +38,8 @@ class CC_EXPORT UniqueNotifier { |
| bool notification_pending_; |
| base::WeakPtrFactory<UniqueNotifier> weak_ptr_factory_; |
| + |
| + DISALLOW_COPY_AND_ASSIGN(UniqueNotifier); |
| }; |
| } // namespace cc |