| Index: ui/message_center/views/notification_header_view.h
|
| diff --git a/ui/message_center/views/notification_header_view.h b/ui/message_center/views/notification_header_view.h
|
| index d7762594ea87d49c8b763c4b04871efa3a3b499e..0d3f0c30634dc05293590174b3b1a7dabc6e771d 100644
|
| --- a/ui/message_center/views/notification_header_view.h
|
| +++ b/ui/message_center/views/notification_header_view.h
|
| @@ -42,7 +42,7 @@ class NotificationHeaderView : public views::CustomButton {
|
| std::unique_ptr<views::InkDropHighlight> CreateInkDropHighlight()
|
| const override;
|
|
|
| - views::ImageButton* expand_button() { return expand_button_; }
|
| + views::ImageView* expand_button() { return expand_button_; }
|
| views::ImageButton* settings_button() { return settings_button_; }
|
| views::ImageButton* close_button() { return close_button_; }
|
|
|
| @@ -54,7 +54,7 @@ class NotificationHeaderView : public views::CustomButton {
|
| views::Label* summary_text_divider_ = nullptr;
|
| views::Label* summary_text_view_ = nullptr;
|
| views::ImageView* app_icon_view_ = nullptr;
|
| - views::ImageButton* expand_button_ = nullptr;
|
| + views::ImageView* expand_button_ = nullptr;
|
| PaddedButton* settings_button_ = nullptr;
|
| PaddedButton* close_button_ = nullptr;
|
|
|
|
|