| Index: ui/aura/test/event_generator_delegate_aura.cc
|
| diff --git a/ui/aura/test/event_generator_delegate_aura.cc b/ui/aura/test/event_generator_delegate_aura.cc
|
| index a4041a3c21158863cb462e0aeba61ae09d28d294..576cc8e184d4e21d0f34b0b2c02053f8317eaeb5 100644
|
| --- a/ui/aura/test/event_generator_delegate_aura.cc
|
| +++ b/ui/aura/test/event_generator_delegate_aura.cc
|
| @@ -22,17 +22,17 @@ class DefaultEventGeneratorDelegate : public EventGeneratorDelegateAura {
|
| // EventGeneratorDelegate:
|
| virtual void SetContext(ui::test::EventGenerator* owner,
|
| gfx::NativeWindow root_window,
|
| - gfx::NativeWindow window) OVERRIDE {
|
| + gfx::NativeWindow window) override {
|
| root_window_ = root_window;
|
| }
|
|
|
| // EventGeneratorDelegateAura:
|
| - virtual WindowTreeHost* GetHostAt(const gfx::Point& point) const OVERRIDE {
|
| + virtual WindowTreeHost* GetHostAt(const gfx::Point& point) const override {
|
| return root_window_->GetHost();
|
| }
|
|
|
| virtual client::ScreenPositionClient* GetScreenPositionClient(
|
| - const aura::Window* window) const OVERRIDE {
|
| + const aura::Window* window) const override {
|
| return NULL;
|
| }
|
|
|
|
|