| 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 85039dd5e120f381c3303231ed7f994253805981..686fcfa07fc2a120a172d083dd9fe67538df7a3c 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 {
|
| + virtual 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 {
|
| + virtual 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;
|
|
|