Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9131)

Unified Diff: chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc

Issue 2629643002: chromeos: Renames WmWindowAura to WmWindow (Closed)
Patch Set: feedback Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
}

Powered by Google App Engine
This is Rietveld 408576698