Index: ash/system/chromeos/supervised/tray_supervised_user.cc |
diff --git a/ash/system/chromeos/supervised/tray_supervised_user.cc b/ash/system/chromeos/supervised/tray_supervised_user.cc |
index 9e6d6b2118264fa8375afda328795c1ad6931e04..4a835ae5d1aab0751b5a66da56923364ea61f0cf 100644 |
--- a/ash/system/chromeos/supervised/tray_supervised_user.cc |
+++ b/ash/system/chromeos/supervised/tray_supervised_user.cc |
@@ -96,7 +96,7 @@ void TraySupervisedUser::UpdateAfterLoginStatusChange( |
void TraySupervisedUser::CreateOrUpdateNotification( |
const base::string16& new_message) { |
ui::ResourceBundle& bundle = ui::ResourceBundle::GetSharedInstance(); |
- scoped_ptr<Notification> notification( |
+ std::unique_ptr<Notification> notification( |
message_center::Notification::CreateSystemNotification( |
kNotificationId, base::string16() /* no title */, new_message, |
bundle.GetImageNamed(GetSupervisedUserIconId()), |