| 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 8207d89f5ed1cf7e6b6ac3017fb8ebadb75fc946..18a30fb9f41a8f3d9e8e21bffca25d8fc13a6035 100644
|
| --- a/ash/system/tray/tray_popup_label_button_border.h
|
| +++ b/ash/system/tray/tray_popup_label_button_border.h
|
| @@ -19,7 +19,7 @@ class TrayPopupLabelButtonBorder : public views::LabelButtonBorder {
|
| virtual ~TrayPopupLabelButtonBorder();
|
|
|
| // views::LabelButtonBorder:
|
| - virtual void Paint(const views::View& view, gfx::Canvas* canvas) OVERRIDE;
|
| + virtual void Paint(const views::View& view, gfx::Canvas* canvas) override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(TrayPopupLabelButtonBorder);
|
|
|