| Index: chrome/browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc b/chrome/browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc
|
| index 9afa55dda7b601fb12750595c8be1798d31e456f..e799ecee74f783c3e272e8b9977f1c42a0ece2c6 100644
|
| --- a/chrome/browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc
|
| @@ -165,7 +165,7 @@ class BrowserTestWithProfileShortcutManager : public InProcessBrowserTest {
|
| public:
|
| BrowserTestWithProfileShortcutManager() {}
|
|
|
| - virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| + virtual void SetUpCommandLine(CommandLine* command_line) override {
|
| command_line->AppendSwitch(switches::kEnableProfileShortcutManager);
|
| }
|
|
|
|
|