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 cc68ce3f5db87e039690683995ce995cc36d02cf..a2d70a3720d51347b92904d9f2c51ecc0ecda124 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 { |
+ gfx::Size GetPreferredSize() const override { |
return gfx::Size(kShelfItemHeight, kShelfItemHeight); |
} |
- virtual int GetHeightForWidth(int width) const override { |
+ int GetHeightForWidth(int width) const override { |
return GetPreferredSize().height(); |
} |