summaryrefslogtreecommitdiffstats
path: root/base/synchronization/waitable_event_watcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/synchronization/waitable_event_watcher.h')
-rw-r--r--base/synchronization/waitable_event_watcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/synchronization/waitable_event_watcher.h b/base/synchronization/waitable_event_watcher.h
index a180d67..5bfe5f7 100644
--- a/base/synchronization/waitable_event_watcher.h
+++ b/base/synchronization/waitable_event_watcher.h
@@ -145,7 +145,7 @@ class BASE_EXPORT WaitableEventWatcher
// ---------------------------------------------------------------------------
// Implementation of MessageLoop::DestructionObserver
// ---------------------------------------------------------------------------
- virtual void WillDestroyCurrentMessageLoop();
+ virtual void WillDestroyCurrentMessageLoop() OVERRIDE;
MessageLoop* message_loop_;
scoped_refptr<Flag> cancel_flag_;