| Index: ash/wm/panels/panel_window_resizer.h
 | 
| diff --git a/ash/wm/panels/panel_window_resizer.h b/ash/wm/panels/panel_window_resizer.h
 | 
| index 4f087b8c64bcef319b4b5666321eb5aec42fb2d0..c07cf19dd15e34c96980a9bbacee2abcff4b1871 100644
 | 
| --- a/ash/wm/panels/panel_window_resizer.h
 | 
| +++ b/ash/wm/panels/panel_window_resizer.h
 | 
| @@ -30,9 +30,9 @@ class ASH_EXPORT PanelWindowResizer : 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 PanelWindowResizer that adds the ability to attach / detach panel
 | 
| 
 |