Index: ash/shell/window_type_launcher.cc |
diff --git a/ash/shell/window_type_launcher.cc b/ash/shell/window_type_launcher.cc |
index 48058910b433dd12b8e160f19cfef250eefb4aa2..5b113d8ddbd00310acc4b4ca7ad1761d462fe90b 100644 |
--- a/ash/shell/window_type_launcher.cc |
+++ b/ash/shell/window_type_launcher.cc |
@@ -312,7 +312,7 @@ void WindowTypeLauncher::ButtonPressed(views::Button* sender, |
} else if (sender == show_hide_window_button_) { |
NonModalTransient::ToggleNonModalTransient(GetWidget()->GetNativeView()); |
} else if (sender == show_web_notification_) { |
- scoped_ptr<message_center::Notification> notification; |
+ std::unique_ptr<message_center::Notification> notification; |
notification.reset(new message_center::Notification( |
message_center::NOTIFICATION_TYPE_SIMPLE, "id0", |
base::ASCIIToUTF16("Test Shell Web Notification"), |