| Index: chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
|
| diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
|
| index 9d29b0e3f2ebd1f7b22f522ebfca41157cdd590f..860d0e3e4e3bf6788152dec31e903b7d78d23a01 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
|
| +++ b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
|
| @@ -62,10 +62,10 @@
|
| #endif
|
|
|
| #if defined(USE_ASH)
|
| -#include "ash/aura/wm_window_aura.h"
|
| #include "ash/common/ash_switches.h"
|
| #include "ash/common/wm/root_window_finder.h"
|
| #include "ash/common/wm/window_state.h"
|
| +#include "ash/common/wm_window.h"
|
| #include "ash/shell.h"
|
| #include "ash/test/cursor_manager_test_api.h"
|
| #include "ash/test/immersive_fullscreen_controller_test_api.h"
|
| @@ -404,9 +404,9 @@ class DetachToBrowserTabDragControllerTest
|
| if (input_source() == INPUT_SOURCE_MOUSE)
|
| return;
|
| #if defined(OS_CHROMEOS)
|
| - event_generator_.reset(new ui::test::EventGenerator(
|
| - new ScreenEventGeneratorDelegate(ash::WmWindowAura::GetAuraWindow(
|
| - ash::wm::GetRootWindowAt(point)))));
|
| + event_generator_.reset(
|
| + new ui::test::EventGenerator(new ScreenEventGeneratorDelegate(
|
| + ash::WmWindow::GetAuraWindow(ash::wm::GetRootWindowAt(point)))));
|
| #endif
|
| }
|
|
|
|
|