| Index: ash/system/tray/tray_item_more.h
|
| diff --git a/ash/system/tray/tray_item_more.h b/ash/system/tray/tray_item_more.h
|
| index e61f5de89859435c77378acbf8fb40a62460329f..32592b5b10ae992275d66ebad048e5c5d6636d40 100644
|
| --- a/ash/system/tray/tray_item_more.h
|
| +++ b/ash/system/tray/tray_item_more.h
|
| @@ -38,11 +38,11 @@ class TrayItemMore : public ActionableView {
|
|
|
| private:
|
| // Overridden from ActionableView.
|
| - virtual bool PerformAction(const ui::Event& event) OVERRIDE;
|
| + virtual bool PerformAction(const ui::Event& event) override;
|
|
|
| // Overridden from views::View.
|
| - virtual void Layout() OVERRIDE;
|
| - virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE;
|
| + virtual void Layout() override;
|
| + virtual void GetAccessibleState(ui::AXViewState* state) override;
|
|
|
| SystemTrayItem* owner_;
|
| // True if |more_| should be shown.
|
|
|