| Index: ui/keyboard/keyboard_controller_proxy.h
|
| diff --git a/ui/keyboard/keyboard_controller_proxy.h b/ui/keyboard/keyboard_controller_proxy.h
|
| index d7886e2d91a6f532adb22eb100dfd26444baea5b..f893eeac3224bccafe7eebada898df9e8eb874e4 100644
|
| --- a/ui/keyboard/keyboard_controller_proxy.h
|
| +++ b/ui/keyboard/keyboard_controller_proxy.h
|
| @@ -115,8 +115,8 @@ class KEYBOARD_EXPORT KeyboardControllerProxy : public aura::WindowObserver {
|
| // aura::WindowObserver overrides:
|
| virtual void OnWindowBoundsChanged(aura::Window* window,
|
| const gfx::Rect& old_bounds,
|
| - const gfx::Rect& new_bounds) OVERRIDE;
|
| - virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
|
| + const gfx::Rect& new_bounds) override;
|
| + virtual void OnWindowDestroyed(aura::Window* window) override;
|
|
|
| private:
|
| friend class TestApi;
|
|
|