diff options
Diffstat (limited to 'chrome/browser/extensions/webstore_installer_test.h')
-rw-r--r-- | chrome/browser/extensions/webstore_installer_test.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/extensions/webstore_installer_test.h b/chrome/browser/extensions/webstore_installer_test.h index f6d9af36..2aa0523 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, |