Index: ui/message_center/notification.h |
diff --git a/ui/message_center/notification.h b/ui/message_center/notification.h |
index f06e92dd29a5c191b933b975cc29341fc92e3a55..f5abfe4d14ec40221a5ed2b90a1db785d670f96e 100644 |
--- a/ui/message_center/notification.h |
+++ b/ui/message_center/notification.h |
@@ -247,7 +247,7 @@ class MESSAGE_CENTER_EXPORT Notification { |
// Helper method to create a simple system notification. |click_callback| |
// will be invoked when the notification is clicked. |
- static scoped_ptr<Notification> CreateSystemNotification( |
+ static std::unique_ptr<Notification> CreateSystemNotification( |
const std::string& notification_id, |
const base::string16& title, |
const base::string16& message, |