| Index: chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac_interactive_uitest.cc
|
| diff --git a/chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac_interactive_uitest.cc b/chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac_interactive_uitest.cc
|
| index 18eb7210e753f991e6969ffefc663ec966f36463..b2ae65b3b7fff4f8c0f35f4c395a01c424134e86 100644
|
| --- a/chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac_interactive_uitest.cc
|
| +++ b/chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac_interactive_uitest.cc
|
| @@ -38,7 +38,7 @@ class QuitWithAppsControllerInteractiveTest
|
|
|
| virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| PlatformAppBrowserTest::SetUpCommandLine(command_line);
|
| - command_line->AppendSwitch(switches::kAppsKeepChromeAlive);
|
| + command_line->AppendSwitch(switches::kAppsKeepChromeAliveInTests);
|
| }
|
|
|
| const extensions::Extension* app_;
|
|
|