| Index: ui/message_center/views/notification_view.h
|
| diff --git a/ui/message_center/views/notification_view.h b/ui/message_center/views/notification_view.h
|
| index fd42a85879aebfb8901a731510be389826c7ffcf..5820ea5bbef9770985ba4e6d2c9d7f7e30521062 100644
|
| --- a/ui/message_center/views/notification_view.h
|
| +++ b/ui/message_center/views/notification_view.h
|
| @@ -137,7 +137,7 @@ class MESSAGE_CENTER_EXPORT NotificationView
|
| ProportionalImageView* image_view_;
|
| NotificationProgressBarBase* progress_bar_view_;
|
| std::vector<NotificationButton*> action_buttons_;
|
| - scoped_ptr<views::ImageButton> close_button_;
|
| + std::unique_ptr<views::ImageButton> close_button_;
|
| std::vector<views::View*> separators_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(NotificationView);
|
|
|