| 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 ac3f856071aa6877ceaec5702eac9595b8301620..a41bfdddd9195508de68fdaef03d7102e82e9e3a 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.
|
|
|