Index: ui/arc/notification/arc_notification_item.h |
diff --git a/ui/arc/notification/arc_notification_item.h b/ui/arc/notification/arc_notification_item.h |
index 8d8346ab8a6189770744143399184ab2921d3a29..53735f43738f376ee579080174c98048d55d760a 100644 |
--- a/ui/arc/notification/arc_notification_item.h |
+++ b/ui/arc/notification/arc_notification_item.h |
@@ -49,7 +49,7 @@ class ArcNotificationItem { |
// Stores on-going notification data during the image decoding. |
// This field will be removed after removing async task of image decoding. |
- scoped_ptr<message_center::Notification> notification_; |
+ std::unique_ptr<message_center::Notification> notification_; |
// The flag to indicate that the removing is initiated by the manager and we |
// don't need to notify a remove event to the manager. |