| Index: ui/arc/notification/arc_notification_manager.h
|
| diff --git a/ui/arc/notification/arc_notification_manager.h b/ui/arc/notification/arc_notification_manager.h
|
| index 7dfba3412f7b810a2759ba19399a3d55096edc7d..4bf60a54348ed5ac52c3d4fabe7b60e08bd358e5 100644
|
| --- a/ui/arc/notification/arc_notification_manager.h
|
| +++ b/ui/arc/notification/arc_notification_manager.h
|
| @@ -53,7 +53,7 @@ class ArcNotificationManager : public ArcService,
|
| message_center::MessageCenter* const message_center_;
|
|
|
| using ItemMap =
|
| - std::unordered_map<std::string, scoped_ptr<ArcNotificationItem>>;
|
| + std::unordered_map<std::string, std::unique_ptr<ArcNotificationItem>>;
|
| ItemMap items_;
|
|
|
| bool ready_ = false;
|
|
|