| 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 26be7f2c4cf2ded1de2a6b5dc16c43c37cb79754..86e9b187098f890518209818ce52abcc00fe3109 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 | 
| @@ -33,7 +33,7 @@ class QuitWithAppsControllerInteractiveTest | 
|  | 
| virtual ~QuitWithAppsControllerInteractiveTest() {} | 
|  | 
| -  virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { | 
| +  virtual void SetUpCommandLine(CommandLine* command_line) override { | 
| PlatformAppBrowserTest::SetUpCommandLine(command_line); | 
| command_line->AppendSwitch(switches::kAppsKeepChromeAliveInTests); | 
| } | 
|  |