Index: ash/system/tray/tray_popup_label_button_border.h |
diff --git a/ash/system/tray/tray_popup_label_button_border.h b/ash/system/tray/tray_popup_label_button_border.h |
index 18a30fb9f41a8f3d9e8e21bffca25d8fc13a6035..bb06444b603a480c58f3a6fde8074caa91f360dc 100644 |
--- a/ash/system/tray/tray_popup_label_button_border.h |
+++ b/ash/system/tray/tray_popup_label_button_border.h |
@@ -16,10 +16,10 @@ namespace ash { |
class TrayPopupLabelButtonBorder : public views::LabelButtonBorder { |
public: |
TrayPopupLabelButtonBorder(); |
- virtual ~TrayPopupLabelButtonBorder(); |
+ ~TrayPopupLabelButtonBorder() override; |
// views::LabelButtonBorder: |
- virtual void Paint(const views::View& view, gfx::Canvas* canvas) override; |
+ void Paint(const views::View& view, gfx::Canvas* canvas) override; |
private: |
DISALLOW_COPY_AND_ASSIGN(TrayPopupLabelButtonBorder); |