| Index: ash/wm/lock_window_state.h
 | 
| diff --git a/ash/wm/lock_window_state.h b/ash/wm/lock_window_state.h
 | 
| index 921ecf993e7874f3c0dffcf8299ee88c935d73ac..c17faf76dc1d0ba5cb70658f754a9f682b212ed1 100644
 | 
| --- a/ash/wm/lock_window_state.h
 | 
| +++ b/ash/wm/lock_window_state.h
 | 
| @@ -22,11 +22,11 @@ class LockWindowState : public wm::WindowState::State {
 | 
|  
 | 
|    // WindowState::State overrides:
 | 
|    virtual void OnWMEvent(wm::WindowState* window_state,
 | 
| -                         const wm::WMEvent* event) OVERRIDE;
 | 
| -  virtual wm::WindowStateType GetType() const OVERRIDE;
 | 
| +                         const wm::WMEvent* event) override;
 | 
| +  virtual wm::WindowStateType GetType() const override;
 | 
|    virtual void AttachState(wm::WindowState* window_state,
 | 
| -                           wm::WindowState::State* previous_state) OVERRIDE;
 | 
| -  virtual void DetachState(wm::WindowState* window_state) OVERRIDE;
 | 
| +                           wm::WindowState::State* previous_state) override;
 | 
| +  virtual void DetachState(wm::WindowState* window_state) override;
 | 
|  
 | 
|    // Creates new LockWindowState instance and attaches it to |window|.
 | 
|    static wm::WindowState* SetLockWindowState(aura::Window* window);
 | 
| 
 |