Index: chrome/browser/ui/cocoa/presentation_mode_controller.mm |
diff --git a/chrome/browser/ui/cocoa/presentation_mode_controller.mm b/chrome/browser/ui/cocoa/presentation_mode_controller.mm |
index a80ceb1d40c38bf5dca654caeebe7c983080ec3c..3050092b931fec0311834fee8f4f0637c74871d0 100644 |
--- a/chrome/browser/ui/cocoa/presentation_mode_controller.mm |
+++ b/chrome/browser/ui/cocoa/presentation_mode_controller.mm |
@@ -334,7 +334,7 @@ OSStatus MenuBarRevealHandler(EventHandlerCallRef handler, |
if (!inPresentationMode_) |
return; |
- if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kKioskMode)) |
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch(switches::kKioskMode)) |
return; |
if (self.slidingStyle == fullscreen_mac::OMNIBOX_TABS_PRESENT) |