| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index 65dbbd67d6ea80d3b0c319a49aeecaeb6dc8387a..b46b4935ddae4e4790c94a949b4ff6f0ce32344d 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -255,9 +255,9 @@ class IOThread : public content::BrowserThreadDelegate {
|
| // BrowserThreadDelegate implementation, runs on the IO thread.
|
| // This handles initialization and destruction of state that must
|
| // live on the IO thread.
|
| - virtual void Init() OVERRIDE;
|
| - virtual void InitAsync() OVERRIDE;
|
| - virtual void CleanUp() OVERRIDE;
|
| + virtual void Init() override;
|
| + virtual void InitAsync() override;
|
| + virtual void CleanUp() override;
|
|
|
| // Initializes |params| based on the settings in |globals|.
|
| static void InitializeNetworkSessionParamsFromGlobals(
|
|
|