Index: ash/system/chromeos/tray_display.cc |
diff --git a/ash/system/chromeos/tray_display.cc b/ash/system/chromeos/tray_display.cc |
index 9f3863b008d97c54e133bb11069f499572d378f5..89665938433215e6c08bab919f08e2dfdcade19b 100644 |
--- a/ash/system/chromeos/tray_display.cc |
+++ b/ash/system/chromeos/tray_display.cc |
@@ -4,6 +4,7 @@ |
#include "ash/system/chromeos/tray_display.h" |
+#include <memory> |
#include <utility> |
#include <vector> |
@@ -397,7 +398,7 @@ void TrayDisplay::CreateOrUpdateNotification( |
} |
ui::ResourceBundle& bundle = ui::ResourceBundle::GetSharedInstance(); |
- scoped_ptr<Notification> notification(new Notification( |
+ std::unique_ptr<Notification> notification(new Notification( |
message_center::NOTIFICATION_TYPE_SIMPLE, kNotificationId, message, |
additional_message, bundle.GetImageNamed(IDR_AURA_NOTIFICATION_DISPLAY), |
base::string16(), // display_source |