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 ade79c8e8b1f204b7f3e9fd4f514997909971fa1..808fe1c9ccf48e27bafc70d0552d3bd2c130538e 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 |
@@ -58,12 +58,12 @@ |
#endif |
#if defined(USE_ASH) |
+#include "ash/aura/wm_window_aura.h" |
#include "ash/common/wm/root_window_finder.h" |
#include "ash/common/wm/window_state.h" |
#include "ash/display/display_manager.h" |
#include "ash/shell.h" |
#include "ash/test/cursor_manager_test_api.h" |
-#include "ash/wm/aura/wm_window_aura.h" |
#include "ash/wm/window_state_aura.h" |
#include "ash/wm/window_util.h" |
#include "chrome/browser/ui/views/frame/immersive_mode_controller.h" |
@@ -392,7 +392,7 @@ class DetachToBrowserTabDragControllerTest |
return; |
#if defined(OS_CHROMEOS) |
event_generator_.reset(new ui::test::EventGenerator( |
- new ScreenEventGeneratorDelegate(ash::wm::WmWindowAura::GetAuraWindow( |
+ new ScreenEventGeneratorDelegate(ash::WmWindowAura::GetAuraWindow( |
ash::wm::GetRootWindowAt(point))))); |
#endif |
} |