| Index: chrome/browser/chrome_browser_main_win.h
|
| diff --git a/chrome/browser/chrome_browser_main_win.h b/chrome/browser/chrome_browser_main_win.h
|
| index 8ee1ec11ec4f06618dcb029e4cc01c547bb3cfc3..573c1e14085e1e1be56ab7fbac94b186237d2899 100644
|
| --- a/chrome/browser/chrome_browser_main_win.h
|
| +++ b/chrome/browser/chrome_browser_main_win.h
|
| @@ -26,13 +26,13 @@ class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts {
|
| virtual ~ChromeBrowserMainPartsWin();
|
|
|
| // BrowserParts overrides.
|
| - virtual void ToolkitInitialized() OVERRIDE;
|
| - virtual void PreMainMessageLoopStart() OVERRIDE;
|
| - virtual int PreCreateThreads() OVERRIDE;
|
| + virtual void ToolkitInitialized() override;
|
| + virtual void PreMainMessageLoopStart() override;
|
| + virtual int PreCreateThreads() override;
|
|
|
| // ChromeBrowserMainParts overrides.
|
| - virtual void ShowMissingLocaleMessageBox() OVERRIDE;
|
| - virtual void PostBrowserStart() OVERRIDE;
|
| + virtual void ShowMissingLocaleMessageBox() override;
|
| + virtual void PostBrowserStart() override;
|
|
|
| // Prepares the localized strings that are going to be displayed to
|
| // the user if the browser process dies. These strings are stored in the
|
|
|