| Index: ash/wm/window_state.h
 | 
| diff --git a/ash/wm/window_state.h b/ash/wm/window_state.h
 | 
| index 2ea571e9a4545b708885205f9a2c2e1f74bf0b04..a76555795790f6a637459c7e2bf390307dac3a05 100644
 | 
| --- a/ash/wm/window_state.h
 | 
| +++ b/ash/wm/window_state.h
 | 
| @@ -300,7 +300,7 @@ class ASH_EXPORT WindowState : public aura::WindowObserver {
 | 
|    // aura::WindowObserver overrides:
 | 
|    virtual void OnWindowPropertyChanged(aura::Window* window,
 | 
|                                         const void* key,
 | 
| -                                       intptr_t old) OVERRIDE;
 | 
| +                                       intptr_t old) override;
 | 
|  
 | 
|   private:
 | 
|    friend class DefaultState;
 | 
| 
 |