| Index: ui/wm/core/shadow_controller.h
|
| diff --git a/ui/wm/core/shadow_controller.h b/ui/wm/core/shadow_controller.h
|
| index c84689453f3fc11f92d94b3cc48caf74d4ce3bb6..9deeda6f668e255ab59e065f15f7ac02e141f819 100644
|
| --- a/ui/wm/core/shadow_controller.h
|
| +++ b/ui/wm/core/shadow_controller.h
|
| @@ -52,7 +52,7 @@ class WM_EXPORT ShadowController :
|
|
|
| // aura::client::ActivationChangeObserver overrides:
|
| virtual void OnWindowActivated(aura::Window* gained_active,
|
| - aura::Window* lost_active) OVERRIDE;
|
| + aura::Window* lost_active) override;
|
|
|
| private:
|
| class Impl;
|
|
|