Index: ash/system/locale/locale_notification_controller.cc |
diff --git a/ash/system/locale/locale_notification_controller.cc b/ash/system/locale/locale_notification_controller.cc |
index 575002da2b76fb55d37743d7841bf7d23445bc23..174a662c3ea4b4796aec41d9d00a49a8e242118f 100644 |
--- a/ash/system/locale/locale_notification_controller.cc |
+++ b/ash/system/locale/locale_notification_controller.cc |
@@ -101,7 +101,7 @@ void LocaleNotificationController::OnLocaleChanged( |
optional.never_timeout = true; |
ui::ResourceBundle& bundle = ui::ResourceBundle::GetSharedInstance(); |
- scoped_ptr<Notification> notification(new Notification( |
+ std::unique_ptr<Notification> notification(new Notification( |
message_center::NOTIFICATION_TYPE_SIMPLE, kLocaleChangeNotificationId, |
base::string16() /* title */, |
l10n_util::GetStringFUTF16(IDS_ASH_STATUS_TRAY_LOCALE_CHANGE_MESSAGE, |