summaryrefslogtreecommitdiffstats
path: root/ui/message_center/cocoa/popup_controller.mm
diff options
context:
space:
mode:
Diffstat (limited to 'ui/message_center/cocoa/popup_controller.mm')
-rw-r--r--ui/message_center/cocoa/popup_controller.mm10
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/message_center/cocoa/popup_controller.mm b/ui/message_center/cocoa/popup_controller.mm
index 496e08a..30badc7 100644
--- a/ui/message_center/cocoa/popup_controller.mm
+++ b/ui/message_center/cocoa/popup_controller.mm
@@ -97,12 +97,12 @@ enum {
- (id)initWithNotification:(const message_center::Notification*)notification
messageCenter:(message_center::MessageCenter*)messageCenter
popupCollection:(MCPopupCollection*)popupCollection {
- scoped_nsobject<MCPopupWindow> window(
+ base::scoped_nsobject<MCPopupWindow> window(
[[MCPopupWindow alloc] initWithContentRect:ui::kWindowSizeDeterminedLater
- styleMask:NSBorderlessWindowMask |
- NSNonactivatingPanelMask
- backing:NSBackingStoreBuffered
- defer:YES]);
+ styleMask:NSBorderlessWindowMask |
+ NSNonactivatingPanelMask
+ backing:NSBackingStoreBuffered
+ defer:YES]);
if ((self = [super initWithWindow:window])) {
messageCenter_ = messageCenter;
popupCollection_ = popupCollection;