| Index: athena/system/status_icon_container_view.h
|
| diff --git a/athena/system/status_icon_container_view.h b/athena/system/status_icon_container_view.h
|
| index b0524342491ec0a6d4859b3920b90a3d741ccc59..ec604883d42c031619ddddaf246c1b7ed340409c 100644
|
| --- a/athena/system/status_icon_container_view.h
|
| +++ b/athena/system/status_icon_container_view.h
|
| @@ -24,9 +24,9 @@ class StatusIconContainerView : public views::View {
|
|
|
| private:
|
| // views::View:
|
| - virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
|
| - virtual void OnGestureEvent(ui::GestureEvent* event) OVERRIDE;
|
| - virtual void ChildPreferredSizeChanged(views::View* child) OVERRIDE;
|
| + virtual bool OnMousePressed(const ui::MouseEvent& event) override;
|
| + virtual void OnGestureEvent(ui::GestureEvent* event) override;
|
| + virtual void ChildPreferredSizeChanged(views::View* child) override;
|
|
|
| // Parent container that the "select network" dialog should use.
|
| aura::Window* system_modal_container_;
|
|
|