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 2aa05236f55d21ff5b0aa2167bf30330db4f5496..5bce75c78f7564450bc01239939ff10360a4e570 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; |
+ void SetUpCommandLine(base::CommandLine* command_line) override; |
+ void SetUpInProcessBrowserTestFixture() override; |
+ void SetUpOnMainThread() override; |
protected: |
GURL GenerateTestServerUrl(const std::string& domain, |