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 013bf73c426b29fe629017602dae3084c3170c6a..ae691a7c8f867941d12b114f20f66fba655d3cda 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() {} |
- virtual void SetUpCommandLine(CommandLine* command_line) override { |
+ void SetUpCommandLine(CommandLine* command_line) override { |
PlatformAppBrowserTest::SetUpCommandLine(command_line); |
command_line->AppendSwitch(switches::kAppsKeepChromeAliveInTests); |
} |