diff options
Diffstat (limited to 'content/browser/browser_process_sub_thread.h')
-rw-r--r-- | content/browser/browser_process_sub_thread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/browser_process_sub_thread.h b/content/browser/browser_process_sub_thread.h index ac3f8560..a41bfdd 100644 --- a/content/browser/browser_process_sub_thread.h +++ b/content/browser/browser_process_sub_thread.h @@ -31,8 +31,8 @@ class CONTENT_EXPORT BrowserProcessSubThread : public BrowserThreadImpl { virtual ~BrowserProcessSubThread(); protected: - virtual void Init(); - virtual void CleanUp(); + virtual void Init() OVERRIDE; + virtual void CleanUp() OVERRIDE; private: // Each specialized thread has its own notification service. |