| Index: content/browser/browser_process_sub_thread.h
|
| diff --git a/content/browser/browser_process_sub_thread.h b/content/browser/browser_process_sub_thread.h
|
| index e006388783b3028647b3cfc5887bbb0cf2bbcfd2..888db2d0ef19574d5aebddb6acdc41806ae30130 100644
|
| --- a/content/browser/browser_process_sub_thread.h
|
| +++ b/content/browser/browser_process_sub_thread.h
|
| @@ -38,8 +38,8 @@ class CONTENT_EXPORT BrowserProcessSubThread : public BrowserThreadImpl {
|
| virtual ~BrowserProcessSubThread();
|
|
|
| protected:
|
| - virtual void Init() OVERRIDE;
|
| - virtual void CleanUp() OVERRIDE;
|
| + virtual void Init() override;
|
| + virtual void CleanUp() override;
|
|
|
| private:
|
| // These methods encapsulate cleanup that needs to happen on the IO thread
|
|
|