Index: ui/message_center/message_center_tray.h |
diff --git a/ui/message_center/message_center_tray.h b/ui/message_center/message_center_tray.h |
index e6e98622fe9b4aeec3e1073d2cc65af157997887..602a73822cb89222791f66434cc68793059024a8 100644 |
--- a/ui/message_center/message_center_tray.h |
+++ b/ui/message_center/message_center_tray.h |
@@ -62,7 +62,7 @@ class MESSAGE_CENTER_EXPORT MessageCenterTray : public MessageCenterObserver { |
void ShowNotifierSettingsBubble(); |
// Creates a model for the context menu for a notification card. |
- scoped_ptr<ui::MenuModel> CreateNotificationMenuModel( |
+ std::unique_ptr<ui::MenuModel> CreateNotificationMenuModel( |
const NotifierId& notifier_id, |
const base::string16& display_source); |