Index: ash/shell/content_client/shell_main_delegate.h |
diff --git a/ash/shell/content_client/shell_main_delegate.h b/ash/shell/content_client/shell_main_delegate.h |
index 2ac0051454643d35f26d10c83ef22932606a3c5e..b506a1bf0bd8265ab520f8e18905eec5e024b3c5 100644 |
--- a/ash/shell/content_client/shell_main_delegate.h |
+++ b/ash/shell/content_client/shell_main_delegate.h |
@@ -26,9 +26,9 @@ class ShellMainDelegate : public content::ContentMainDelegate { |
ShellMainDelegate(); |
virtual ~ShellMainDelegate(); |
- 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; |
private: |
void InitializeResourceBundle(); |