| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index 3f86173881efa55e7d5f3c5cf4d58c989c5745ad..b8be74b5faed773757a252136f9d8e8fc4a3e84d 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -110,8 +110,8 @@ class IOThread : public content::BrowserProcessSubThread {
|
| void ClearHostCache();
|
|
|
| protected:
|
| - virtual void Init();
|
| - virtual void CleanUp();
|
| + virtual void Init() OVERRIDE;
|
| + virtual void CleanUp() OVERRIDE;
|
|
|
| private:
|
| // Provide SystemURLRequestContextGetter with access to
|
|
|