diff options
Diffstat (limited to 'chrome/browser/extensions/extension_startup_browsertest.cc')
-rw-r--r-- | chrome/browser/extensions/extension_startup_browsertest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extension_startup_browsertest.cc b/chrome/browser/extensions/extension_startup_browsertest.cc index 3dc5763..5b59b80 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); |