Index: chrome/browser/extensions/webstore_installer_test.h |
diff --git a/chrome/browser/extensions/webstore_installer_test.h b/chrome/browser/extensions/webstore_installer_test.h |
index f6d9af36307b5b325cd410c4388553d8d905c003..2aa05236f55d21ff5b0aa2167bf30330db4f5496 100644 |
--- a/chrome/browser/extensions/webstore_installer_test.h |
+++ b/chrome/browser/extensions/webstore_installer_test.h |
@@ -24,9 +24,9 @@ class WebstoreInstallerTest : public ExtensionBrowserTest { |
const std::string& unverified_domain); |
virtual ~WebstoreInstallerTest(); |
- virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; |
- virtual void SetUpInProcessBrowserTestFixture() OVERRIDE; |
- virtual void SetUpOnMainThread() OVERRIDE; |
+ virtual void SetUpCommandLine(base::CommandLine* command_line) override; |
+ virtual void SetUpInProcessBrowserTestFixture() override; |
+ virtual void SetUpOnMainThread() override; |
protected: |
GURL GenerateTestServerUrl(const std::string& domain, |