| 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 ae691a7c8f867941d12b114f20f66fba655d3cda..df410a15910db45084cb69beb8bd439ffacb5490 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
|
| @@ -34,7 +34,7 @@ class QuitWithAppsControllerInteractiveTest
|
|
|
| virtual ~QuitWithAppsControllerInteractiveTest() {}
|
|
|
| - void SetUpCommandLine(CommandLine* command_line) override {
|
| + void SetUpCommandLine(base::CommandLine* command_line) override {
|
| PlatformAppBrowserTest::SetUpCommandLine(command_line);
|
| command_line->AppendSwitch(switches::kAppsKeepChromeAliveInTests);
|
| }
|
|
|