| Index: ash/system/tray/tray_popup_header_button.h
|
| diff --git a/ash/system/tray/tray_popup_header_button.h b/ash/system/tray/tray_popup_header_button.h
|
| index e6e4c574bebbe2315cd6a3170d60ac613e12e2d0..1b079151b30ce1c06ab749ae5c9fe013833d0c81 100644
|
| --- a/ash/system/tray/tray_popup_header_button.h
|
| +++ b/ash/system/tray/tray_popup_header_button.h
|
| @@ -24,16 +24,16 @@ class ASH_EXPORT TrayPopupHeaderButton : public views::ToggleImageButton {
|
| int enabled_resource_id_hover,
|
| int disabled_resource_id_hover,
|
| int accessible_name_id);
|
| - virtual ~TrayPopupHeaderButton();
|
| + ~TrayPopupHeaderButton() override;
|
|
|
| private:
|
| // Overridden from views::View:
|
| - virtual const char* GetClassName() const override;
|
| - virtual gfx::Size GetPreferredSize() const override;
|
| - virtual void OnPaintBorder(gfx::Canvas* canvas) override;
|
| + const char* GetClassName() const override;
|
| + gfx::Size GetPreferredSize() const override;
|
| + void OnPaintBorder(gfx::Canvas* canvas) override;
|
|
|
| // Overridden from views::CustomButton:
|
| - virtual void StateChanged() override;
|
| + void StateChanged() override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TrayPopupHeaderButton);
|
| };
|
|
|