| 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 808479125a93769ca8a894696f7535c5b0d31d30..fb9adb70c4c4c40e1ff5e0bff14f0be1ca3525ac 100644
|
| --- a/ui/message_center/views/notification_view.h
|
| +++ b/ui/message_center/views/notification_view.h
|
| @@ -10,7 +10,6 @@
|
| #include "ui/message_center/views/message_view.h"
|
|
|
| namespace views {
|
| -class ImageView;
|
| class Label;
|
| } // namespace views
|
|
|
| @@ -54,10 +53,10 @@ class NotificationView : public MessageView {
|
| views::Label* title_view_;
|
| views::Label* message_view_;
|
| std::vector<views::View*> item_views_;
|
| - views::ImageView* icon_view_;
|
| + views::View* icon_view_;
|
| views::View* bottom_view_;
|
| - views::ImageView* image_view_;
|
| - std::vector<views::Button*> action_buttons_;
|
| + views::View* image_view_;
|
| + std::vector<views::View*> action_buttons_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(NotificationView);
|
| };
|
|
|