| Index: ash/shell/content_client/shell_browser_main_parts.h
|
| diff --git a/ash/shell/content_client/shell_browser_main_parts.h b/ash/shell/content_client/shell_browser_main_parts.h
|
| index 0e07cbf24bc6850985f5f60a6916009b9bcee68d..757c818fc372033837d210c92456e2eb6b57f3d0 100644
|
| --- a/ash/shell/content_client/shell_browser_main_parts.h
|
| +++ b/ash/shell/content_client/shell_browser_main_parts.h
|
| @@ -39,12 +39,12 @@ class ShellBrowserMainParts : public content::BrowserMainParts {
|
| virtual ~ShellBrowserMainParts();
|
|
|
| // Overridden from content::BrowserMainParts:
|
| - virtual void PreMainMessageLoopStart() OVERRIDE;
|
| - virtual void PostMainMessageLoopStart() OVERRIDE;
|
| - virtual void ToolkitInitialized() OVERRIDE;
|
| - virtual void PreMainMessageLoopRun() OVERRIDE;
|
| - virtual bool MainMessageLoopRun(int* result_code) OVERRIDE;
|
| - virtual void PostMainMessageLoopRun() OVERRIDE;
|
| + virtual void PreMainMessageLoopStart() override;
|
| + virtual void PostMainMessageLoopStart() override;
|
| + virtual void ToolkitInitialized() override;
|
| + virtual void PreMainMessageLoopRun() override;
|
| + virtual bool MainMessageLoopRun(int* result_code) override;
|
| + virtual void PostMainMessageLoopRun() override;
|
|
|
| content::ShellBrowserContext* browser_context() {
|
| return browser_context_.get();
|
|
|