Index: chrome/browser/ui/cocoa/browser_window_controller_private.mm |
diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.mm b/chrome/browser/ui/cocoa/browser_window_controller_private.mm |
index ba7f9486eb08f3a499efa8ab153f243c1abce1f6..f3557a9ccb23ed5dceae96e012664acc1b5c1cdf 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_controller_private.mm |
+++ b/chrome/browser/ui/cocoa/browser_window_controller_private.mm |
@@ -617,10 +617,11 @@ willPositionSheet:(NSWindow*)sheet |
[exclusiveAccessBubbleWindowController_ closeImmediately]; |
exclusiveAccessBubbleWindowController_.reset( |
[[ExclusiveAccessBubbleWindowController alloc] |
- initWithOwner:self |
- browser:browser_.get() |
- url:fullscreenUrl_ |
- bubbleType:exclusiveAccessBubbleType_]); |
+ initWithOwner:self |
+ exclusive_access_manager:browser_.get()->exclusive_access_manager() |
+ profile:browser_.get()->profile() |
+ url:fullscreenUrl_ |
+ bubbleType:exclusiveAccessBubbleType_]); |
[exclusiveAccessBubbleWindowController_ showWindow]; |
} |
} |