Index: ui/message_center/views/notification_button.h |
diff --git a/ui/message_center/views/notification_button.h b/ui/message_center/views/notification_button.h |
index 67591f2645483b1b264d2ef99cd078c62c45d26e..7851cc8833485ed732b816d7220cdebfd52df3c5 100644 |
--- a/ui/message_center/views/notification_button.h |
+++ b/ui/message_center/views/notification_button.h |
@@ -42,7 +42,7 @@ class NotificationButton : public views::CustomButton { |
private: |
views::ImageView* icon_; |
views::Label* title_; |
- scoped_ptr<views::Painter> focus_painter_; |
+ std::unique_ptr<views::Painter> focus_painter_; |
DISALLOW_COPY_AND_ASSIGN(NotificationButton); |
}; |