| 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 4d8054e2a1f912f2b08d556e25eea76eeca342f4..38ff06dedec0ee26b0d77920adeb954fba7bbdf6 100644
|
| --- a/ui/message_center/views/notification_view_md.h
|
| +++ b/ui/message_center/views/notification_view_md.h
|
| @@ -98,6 +98,7 @@ class MESSAGE_CENTER_EXPORT NotificationViewMD
|
| views::View* image_container_ = nullptr;
|
| ProportionalImageView* image_view_ = nullptr;
|
| std::vector<views::LabelButton*> action_buttons_;
|
| + std::vector<views::View*> item_views_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(NotificationViewMD);
|
| };
|
|
|