| Index: ash/test/ui_controls_factory_ash.cc
|
| diff --git a/ash/test/ui_controls_factory_ash.cc b/ash/test/ui_controls_factory_ash.cc
|
| index 0c3caa3e399d9ad0ca35b9084870b365a15f5145..cbdeddb0847ccfd292f5fc6b74a16a701928337f 100644
|
| --- a/ash/test/ui_controls_factory_ash.cc
|
| +++ b/ash/test/ui_controls_factory_ash.cc
|
| @@ -10,8 +10,8 @@
|
| #include "ui/aura/client/screen_position_client.h"
|
| #include "ui/aura/env.h"
|
| #include "ui/aura/test/ui_controls_factory_aura.h"
|
| -#include "ui/aura/window_event_dispatcher.h"
|
| #include "ui/aura/window_property.h"
|
| +#include "ui/aura/window_tree_host.h"
|
| #include "ui/base/test/ui_controls.h"
|
| #include "ui/base/test/ui_controls_aura.h"
|
| #include "ui/gfx/screen.h"
|
| @@ -35,7 +35,7 @@ UIControlsAura* GetUIControlsForRootWindow(aura::Window* root_window) {
|
| root_window->GetProperty(kUIControlsKey);
|
| if (!native_ui_control) {
|
| native_ui_control =
|
| - aura::test::CreateUIControlsAura(root_window->GetHost()->dispatcher());
|
| + aura::test::CreateUIControlsAura(root_window->GetHost());
|
| // Pass the ownership to the |root_window|.
|
| root_window->SetProperty(kUIControlsKey, native_ui_control);
|
| }
|
|
|