Index: chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc |
diff --git a/chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc b/chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc |
index 686fcfa07fc2a120a172d083dd9fe67538df7a3c..78260dbc3f1774df448c6b17ad5cf7923f1cae44 100644 |
--- a/chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc |
+++ b/chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc |
@@ -145,7 +145,7 @@ class ShowAppListInteractiveTest : public InProcessBrowserTest { |
public: |
ShowAppListInteractiveTest() {} |
- virtual void SetUpCommandLine(CommandLine* command_line) override { |
+ void SetUpCommandLine(CommandLine* command_line) override { |
command_line->AppendSwitch(switches::kShowAppList); |
} |
@@ -197,7 +197,7 @@ class ShowAppListNonDefaultInteractiveTest : public ShowAppListInteractiveTest { |
: second_profile_name_(FILE_PATH_LITERAL("Profile 1")) { |
} |
- virtual bool SetUpUserDataDirectory() override { |
+ bool SetUpUserDataDirectory() override { |
// Create a temp dir for "Profile 1" and seed the user data dir with a Local |
// State file configuring the app list to use it. |
base::FilePath user_data_dir; |