| Index: ash/system/web_notification/web_notification_tray.cc
|
| diff --git a/ash/system/web_notification/web_notification_tray.cc b/ash/system/web_notification/web_notification_tray.cc
|
| index 27e73b785cd832a54555d288eef53121dd773b4f..cc68ce3f5db87e039690683995ce995cc36d02cf 100644
|
| --- a/ash/system/web_notification/web_notification_tray.cc
|
| +++ b/ash/system/web_notification/web_notification_tray.cc
|
| @@ -142,11 +142,11 @@ class WebNotificationButton : public views::CustomButton {
|
|
|
| protected:
|
| // Overridden from views::ImageButton:
|
| - virtual gfx::Size GetPreferredSize() const OVERRIDE {
|
| + virtual gfx::Size GetPreferredSize() const override {
|
| return gfx::Size(kShelfItemHeight, kShelfItemHeight);
|
| }
|
|
|
| - virtual int GetHeightForWidth(int width) const OVERRIDE {
|
| + virtual int GetHeightForWidth(int width) const override {
|
| return GetPreferredSize().height();
|
| }
|
|
|
|
|