| Index: chrome/browser/metrics/thread_watcher.h
|
| diff --git a/chrome/browser/metrics/thread_watcher.h b/chrome/browser/metrics/thread_watcher.h
|
| index 4cd2f926c518d7bfa734c357e3b16cc1c11487d3..d9ef518a9890eb2d82a43e55e056db08db0f4c1d 100644
|
| --- a/chrome/browser/metrics/thread_watcher.h
|
| +++ b/chrome/browser/metrics/thread_watcher.h
|
| @@ -529,7 +529,7 @@ class ThreadWatcherObserver : public content::NotificationObserver {
|
| // is called.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| // The singleton of this class.
|
| static ThreadWatcherObserver* g_thread_watcher_observer_;
|
| @@ -572,8 +572,8 @@ class WatchDogThread : public base::Thread {
|
| base::TimeDelta delay);
|
|
|
| protected:
|
| - virtual void Init() OVERRIDE;
|
| - virtual void CleanUp() OVERRIDE;
|
| + virtual void Init() override;
|
| + virtual void CleanUp() override;
|
|
|
| private:
|
| static bool PostTaskHelper(
|
|
|