| Index: content/browser/web_contents/aura/window_slider.cc | 
| diff --git a/content/browser/web_contents/aura/window_slider.cc b/content/browser/web_contents/aura/window_slider.cc | 
| index b86e526adffab6cb7edc49b363e20c8e5edb478c..fb150b310bf27b0a990f615055e6b56aa25f709a 100644 | 
| --- a/content/browser/web_contents/aura/window_slider.cc | 
| +++ b/content/browser/web_contents/aura/window_slider.cc | 
| @@ -31,7 +31,7 @@ class CallbackAnimationObserver : public ui::ImplicitAnimationObserver { | 
|  | 
| private: | 
| // Overridden from ui::ImplicitAnimationObserver: | 
| -  virtual void OnImplicitAnimationsCompleted() OVERRIDE { | 
| +  virtual void OnImplicitAnimationsCompleted() override { | 
| if (!closure_.is_null()) | 
| closure_.Run(); | 
| base::MessageLoop::current()->DeleteSoon(FROM_HERE, this); | 
|  |