| Index: chrome/browser/extensions/extension_storage_monitor.cc
|
| diff --git a/chrome/browser/extensions/extension_storage_monitor.cc b/chrome/browser/extensions/extension_storage_monitor.cc
|
| index 93b12f413a3cc0791fd9ca4f6be6a04b00842dd5..347e8e8cf44ea7445a0e26dcebad1311bf6bd252 100644
|
| --- a/chrome/browser/extensions/extension_storage_monitor.cc
|
| +++ b/chrome/browser/extensions/extension_storage_monitor.cc
|
| @@ -432,7 +432,7 @@ void ExtensionStorageMonitor::OnImageLoaded(const std::string& extension_id,
|
| : gfx::Image(util::GetDefaultExtensionIcon());
|
| }
|
|
|
| - scoped_ptr<message_center::Notification> notification;
|
| + std::unique_ptr<message_center::Notification> notification;
|
| notification.reset(new message_center::Notification(
|
| message_center::NOTIFICATION_TYPE_SIMPLE, notification_id,
|
| l10n_util::GetStringUTF16(IDS_EXTENSION_STORAGE_MONITOR_TITLE),
|
|
|