Index: ui/message_center/views/notification_view_md.h |
diff --git a/ui/message_center/views/notification_view_md.h b/ui/message_center/views/notification_view_md.h |
index 683d006497db1ab6e853df1bbb86ab690ec1ddde..560cc8f53b821fce8c52975fcd30157cfcc8af42 100644 |
--- a/ui/message_center/views/notification_view_md.h |
+++ b/ui/message_center/views/notification_view_md.h |
@@ -29,6 +29,7 @@ class ProportionalImageView; |
namespace { |
class CompactTitleMessageView; |
class ItemView; |
+class LargeImageContainerView; |
} |
// View that displays all current types of notification (web, basic, image, and |
@@ -116,8 +117,7 @@ class MESSAGE_CENTER_EXPORT NotificationViewMD |
BoundedLabel* message_view_ = nullptr; |
views::Label* status_view_ = nullptr; |
ProportionalImageView* icon_view_ = nullptr; |
- views::View* image_container_ = nullptr; |
- ProportionalImageView* image_view_ = nullptr; |
+ LargeImageContainerView* image_container_view_ = nullptr; |
std::vector<views::LabelButton*> action_buttons_; |
std::vector<ItemView*> item_views_; |
views::ProgressBar* progress_bar_view_ = nullptr; |