Index: content/shell/app/shell_main_delegate.h |
diff --git a/content/shell/app/shell_main_delegate.h b/content/shell/app/shell_main_delegate.h |
index 2d69d08f45b06fe0d7eeb0808bf48ac4c874c8ab..7205ce2848e9fdd99a73d9b4496a19012cddf5d9 100644 |
--- a/content/shell/app/shell_main_delegate.h |
+++ b/content/shell/app/shell_main_delegate.h |
@@ -24,16 +24,16 @@ class ShellMainDelegate : public ContentMainDelegate { |
virtual ~ShellMainDelegate(); |
// ContentMainDelegate implementation: |
- virtual bool BasicStartupComplete(int* exit_code) OVERRIDE; |
- virtual void PreSandboxStartup() OVERRIDE; |
+ virtual bool BasicStartupComplete(int* exit_code) override; |
+ virtual void PreSandboxStartup() override; |
virtual int RunProcess( |
const std::string& process_type, |
- const MainFunctionParams& main_function_params) OVERRIDE; |
+ const MainFunctionParams& main_function_params) override; |
#if defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_MACOSX) |
- virtual void ZygoteForked() OVERRIDE; |
+ virtual void ZygoteForked() override; |
#endif |
- virtual ContentBrowserClient* CreateContentBrowserClient() OVERRIDE; |
- virtual ContentRendererClient* CreateContentRendererClient() OVERRIDE; |
+ virtual ContentBrowserClient* CreateContentBrowserClient() override; |
+ virtual ContentRendererClient* CreateContentRendererClient() override; |
static void InitializeResourceBundle(); |