Index: chrome/browser/extensions/extension_startup_browsertest.cc |
diff --git a/chrome/browser/extensions/extension_startup_browsertest.cc b/chrome/browser/extensions/extension_startup_browsertest.cc |
index 3dc5763ff08876513dc8b72750d26a4f4a160c46..5b59b804f046891babccc1fe5cacea7259edf4ca 100644 |
--- a/chrome/browser/extensions/extension_startup_browsertest.cc |
+++ b/chrome/browser/extensions/extension_startup_browsertest.cc |
@@ -50,7 +50,7 @@ class ExtensionStartupTestBase : public InProcessBrowserTest { |
protected: |
// InProcessBrowserTest |
- virtual void SetUpCommandLine(CommandLine* command_line) override { |
+ void SetUpCommandLine(CommandLine* command_line) override { |
if (load_extensions_.empty()) { |
// If no |load_extensions_| were specified, allow unauthenticated |
// extension settings to be loaded from Preferences as if they had been |
@@ -74,7 +74,7 @@ class ExtensionStartupTestBase : public InProcessBrowserTest { |
} |
} |
- virtual bool SetUpUserDataDirectory() override { |
+ bool SetUpUserDataDirectory() override { |
base::FilePath profile_dir; |
PathService::Get(chrome::DIR_USER_DATA, &profile_dir); |
profile_dir = profile_dir.AppendASCII(TestingProfile::kTestUserProfileDir); |