Index: chrome/browser/apps/app_browsertest_util.h |
diff --git a/chrome/browser/apps/app_browsertest_util.h b/chrome/browser/apps/app_browsertest_util.h |
index ceef7ed0b3065ffc7f96e81d24ac55559e0cf26d..5b107d9c8f07fd90506f446ef9a735ea1c09e46b 100644 |
--- a/chrome/browser/apps/app_browsertest_util.h |
+++ b/chrome/browser/apps/app_browsertest_util.h |
@@ -26,7 +26,7 @@ class PlatformAppBrowserTest : public ExtensionApiTest { |
public: |
PlatformAppBrowserTest(); |
- virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; |
+ virtual void SetUpCommandLine(base::CommandLine* command_line) override; |
// Gets the first app window that is found for a given browser. |
static AppWindow* GetFirstAppWindowForBrowser(Browser* browser); |
@@ -118,7 +118,7 @@ class PlatformAppBrowserTest : public ExtensionApiTest { |
class ExperimentalPlatformAppBrowserTest : public PlatformAppBrowserTest { |
public: |
- virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; |
+ virtual void SetUpCommandLine(base::CommandLine* command_line) override; |
}; |
} // namespace extensions |