| Index: ash/wm/default_state.h
|
| diff --git a/ash/wm/default_state.h b/ash/wm/default_state.h
|
| index ccee0f88992906bb5daa8dd97d1e068136d8f324..a09f0a5e42f7e41f245328f19076277460de8710 100644
|
| --- a/ash/wm/default_state.h
|
| +++ b/ash/wm/default_state.h
|
| @@ -20,11 +20,11 @@ class DefaultState : public WindowState::State {
|
|
|
| // WindowState::State overrides:
|
| virtual void OnWMEvent(WindowState* window_state,
|
| - const WMEvent* event) OVERRIDE;
|
| - virtual WindowStateType GetType() const OVERRIDE;
|
| + const WMEvent* event) override;
|
| + virtual WindowStateType GetType() const override;
|
| virtual void AttachState(WindowState* window_state,
|
| - WindowState::State* previous_state) OVERRIDE;
|
| - virtual void DetachState(WindowState* window_state) OVERRIDE;
|
| + WindowState::State* previous_state) override;
|
| + virtual void DetachState(WindowState* window_state) override;
|
|
|
| private:
|
| // Process state dependent events, such as TOGGLE_MAXIMIZED,
|
|
|