Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(630)

Unified Diff: ui/message_center/views/notification_view.h

Issue 12726005: Follow-up fixes to http://crrev.com/12638033. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698