diff options
Diffstat (limited to 'chrome/browser/metrics/thread_watcher.h')
| -rw-r--r-- | chrome/browser/metrics/thread_watcher.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/metrics/thread_watcher.h b/chrome/browser/metrics/thread_watcher.h index 64d9058..588a362 100644 --- a/chrome/browser/metrics/thread_watcher.h +++ b/chrome/browser/metrics/thread_watcher.h @@ -434,7 +434,7 @@ class ThreadWatcherObserver : public content::NotificationObserver { // is called. virtual void Observe(int type, const content::NotificationSource& source, - const content::NotificationDetails& details); + const content::NotificationDetails& details) OVERRIDE; // The singleton of this class. static ThreadWatcherObserver* g_thread_watcher_observer_; @@ -477,8 +477,8 @@ class WatchDogThread : public base::Thread { int64 delay_ms); protected: - virtual void Init(); - virtual void CleanUp(); + virtual void Init() OVERRIDE; + virtual void CleanUp() OVERRIDE; private: static bool PostTaskHelper( |
