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

Unified Diff: ash/wm/drag_window_resizer_unittest.cc

Issue 2355063002: Separate ash::test::DisplayManagerTestApi from ash (Closed)
Patch Set: review comment Created 4 years, 2 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: ash/wm/drag_window_resizer_unittest.cc
diff --git a/ash/wm/drag_window_resizer_unittest.cc b/ash/wm/drag_window_resizer_unittest.cc
index f69b0902161c757badf0c03222b9bffae3430291..56ed6a363e8ee7f0940bc21451c0d73324f09f86 100644
--- a/ash/wm/drag_window_resizer_unittest.cc
+++ b/ash/wm/drag_window_resizer_unittest.cc
@@ -152,8 +152,8 @@ class DragWindowResizerTest : public test::AshMDTestBase {
}
bool TestIfMouseWarpsAt(const gfx::Point& point_in_screen) {
- return test::DisplayManagerTestApi::TestIfMouseWarpsAt(GetEventGenerator(),
- point_in_screen);
+ return test::AshTestBase::TestIfMouseWarpsAt(GetEventGenerator(),
+ point_in_screen);
}
aura::test::TestWindowDelegate delegate_;
« no previous file with comments | « ash/wm/dock/docked_window_layout_manager_unittest.cc ('k') | ash/wm/immersive_fullscreen_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698