| 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 5e752b5c6882b191ad6bf41a7af407ea5d3cc4c9..1dff879bd58ae6611e3defdf6a351bb72f7c31f8 100644
|
| --- a/ash/test/ui_controls_factory_ash.cc
|
| +++ b/ash/test/ui_controls_factory_ash.cc
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/aura/wm_window_aura.h"
|
| #include "ash/common/wm/root_window_finder.h"
|
| +#include "ash/common/wm_window.h"
|
| #include "ash/shell.h"
|
| #include "ash/wm/window_properties.h"
|
| #include "ui/aura/client/capture_client.h"
|
| @@ -45,7 +45,7 @@ UIControlsAura* GetUIControlsForRootWindow(aura::Window* root_window) {
|
| UIControlsAura* GetUIControlsAt(const gfx::Point& point_in_screen) {
|
| // TODO(mazda): Support the case passive grab is taken.
|
| return GetUIControlsForRootWindow(
|
| - WmWindowAura::GetAuraWindow(ash::wm::GetRootWindowAt(point_in_screen)));
|
| + WmWindow::GetAuraWindow(ash::wm::GetRootWindowAt(point_in_screen)));
|
| }
|
|
|
| } // namespace
|
|
|