Index: ash/system/tray/tray_bar_button_with_title.h |
diff --git a/ash/system/tray/tray_bar_button_with_title.h b/ash/system/tray/tray_bar_button_with_title.h |
index 3ad4f842d0728c6a865d3e05f7f6d0cddd234dd1..088cfabcbbd9273aa531698140b4ece6939754ee 100644 |
--- a/ash/system/tray/tray_bar_button_with_title.h |
+++ b/ash/system/tray/tray_bar_button_with_title.h |
@@ -31,8 +31,8 @@ class TrayBarButtonWithTitle : public views::CustomButton { |
class TrayBarButton; |
// Overridden from views::CustomButton: |
- virtual gfx::Size GetPreferredSize() const OVERRIDE; |
- virtual void Layout() OVERRIDE; |
+ virtual gfx::Size GetPreferredSize() const override; |
+ virtual void Layout() override; |
TrayBarButton* image_; |
views::Label* title_; |