| Index: extensions/shell/app/shell_main_delegate.h
|
| diff --git a/extensions/shell/app/shell_main_delegate.h b/extensions/shell/app/shell_main_delegate.h
|
| index f29ac4268cbe9d40ed4b1ee055d1ac9ec8ce59ed..7e5aea9ef432c3384aa3b69e9973159261041f60 100644
|
| --- a/extensions/shell/app/shell_main_delegate.h
|
| +++ b/extensions/shell/app/shell_main_delegate.h
|
| @@ -25,14 +25,14 @@ class ShellMainDelegate : public content::ContentMainDelegate {
|
| virtual ~ShellMainDelegate();
|
|
|
| // ContentMainDelegate implementation:
|
| - virtual bool BasicStartupComplete(int* exit_code) OVERRIDE;
|
| - virtual void PreSandboxStartup() OVERRIDE;
|
| - virtual content::ContentBrowserClient* CreateContentBrowserClient() OVERRIDE;
|
| + virtual bool BasicStartupComplete(int* exit_code) override;
|
| + virtual void PreSandboxStartup() override;
|
| + virtual content::ContentBrowserClient* CreateContentBrowserClient() override;
|
| virtual content::ContentRendererClient* CreateContentRendererClient()
|
| - OVERRIDE;
|
| + override;
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID)
|
| virtual void ZygoteStarting(
|
| - ScopedVector<content::ZygoteForkDelegate>* delegates) OVERRIDE;
|
| + ScopedVector<content::ZygoteForkDelegate>* delegates) override;
|
| #endif
|
|
|
| protected:
|
|
|