| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
|
| index 76aa28fe537eadf0ae2493d9fbecbd4dd0c40efa..5b47b9322a0c6adc18ef6b2d9b969957e8aa748d 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
|
| @@ -14,7 +14,6 @@
|
| #include <utility>
|
| #include <vector>
|
|
|
| -#include "ash/common/ash_switches.h"
|
| #include "ash/common/shelf/shelf_constants.h"
|
| #include "ash/common/shelf/shelf_controller.h"
|
| #include "ash/common/shelf/shelf_item_types.h"
|
| @@ -299,7 +298,6 @@ class ChromeLauncherControllerImplTest : public BrowserWithTestWindowTest {
|
| void SetUp() override {
|
| base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
| command_line->AppendSwitch(switches::kUseFirstDisplayAsInternal);
|
| - command_line->AppendSwitch(ash::switches::kAshEnableTouchViewTesting);
|
|
|
| app_list::AppListSyncableServiceFactory::SetUseInTesting();
|
|
|
|
|