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 088cfabcbbd9273aa531698140b4ece6939754ee..92e1d5bcb0d9c97bbef2d29d2edc144096663b3b 100644 |
--- a/ash/system/tray/tray_bar_button_with_title.h |
+++ b/ash/system/tray/tray_bar_button_with_title.h |
@@ -23,7 +23,7 @@ class TrayBarButtonWithTitle : public views::CustomButton { |
TrayBarButtonWithTitle(views::ButtonListener* listener, |
int title_id, |
int width); |
- virtual ~TrayBarButtonWithTitle(); |
+ ~TrayBarButtonWithTitle() override; |
void UpdateButton(bool control_on); |
@@ -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; |
+ gfx::Size GetPreferredSize() const override; |
+ void Layout() override; |
TrayBarButton* image_; |
views::Label* title_; |