| Index: content/browser/browser_thread_impl.h
|
| diff --git a/content/browser/browser_thread_impl.h b/content/browser/browser_thread_impl.h
|
| index 1a6d75b89ddf31269638a0af86c842adc92a05fd..fca4379ffc68aa2fb8f5537bfbe2f6c562cb359f 100644
|
| --- a/content/browser/browser_thread_impl.h
|
| +++ b/content/browser/browser_thread_impl.h
|
| @@ -28,9 +28,9 @@ class CONTENT_EXPORT BrowserThreadImpl : public BrowserThread,
|
| static void ShutdownThreadPool();
|
|
|
| protected:
|
| - virtual void Init() OVERRIDE;
|
| - virtual void Run(base::MessageLoop* message_loop) OVERRIDE;
|
| - virtual void CleanUp() OVERRIDE;
|
| + virtual void Init() override;
|
| + virtual void Run(base::MessageLoop* message_loop) override;
|
| + virtual void CleanUp() override;
|
|
|
| private:
|
| // We implement all the functionality of the public BrowserThread
|
|
|