| Index: chrome/browser/ui/cocoa/browser_window_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller.mm b/chrome/browser/ui/cocoa/browser_window_controller.mm
|
| index 52e4c4222660b817274605b66d51f8b7da9ae564..21b052eae46d66511acbb3b85498b3e67dbffee2 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.mm
|
| @@ -587,7 +587,8 @@ using content::WebContents;
|
| [self saveWindowPositionIfNeeded];
|
|
|
| bool fast_tab_closing_enabled =
|
| - CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableFastUnload);
|
| + base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kEnableFastUnload);
|
|
|
| if (!browser_->tab_strip_model()->empty()) {
|
| // Tab strip isn't empty. Hide the frame (so it appears to have closed
|
|
|