| Index: ash/wm/dock/docked_window_resizer.h
 | 
| diff --git a/ash/wm/dock/docked_window_resizer.h b/ash/wm/dock/docked_window_resizer.h
 | 
| index da62e2a42944c2176d30f9650df4ce0fff73392a..3f45d89a1258f7f6fdb340ed8dde1ed1d272e226 100644
 | 
| --- a/ash/wm/dock/docked_window_resizer.h
 | 
| +++ b/ash/wm/dock/docked_window_resizer.h
 | 
| @@ -36,9 +36,9 @@ class ASH_EXPORT DockedWindowResizer : public WindowResizer {
 | 
|                                       wm::WindowState* window_state);
 | 
|  
 | 
|    // WindowResizer:
 | 
| -  virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
 | 
| -  virtual void CompleteDrag() OVERRIDE;
 | 
| -  virtual void RevertDrag() OVERRIDE;
 | 
| +  virtual void Drag(const gfx::Point& location, int event_flags) override;
 | 
| +  virtual void CompleteDrag() override;
 | 
| +  virtual void RevertDrag() override;
 | 
|  
 | 
|   private:
 | 
|    // Creates DockWindowResizer that adds the ability to attach / detach
 | 
| 
 |