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

Unified Diff: ash/utility/screenshot_controller_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
« no previous file with comments | « ash/touch/touchscreen_util_unittest.cc ('k') | ash/wm/dock/docked_window_layout_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/utility/screenshot_controller_unittest.cc
diff --git a/ash/utility/screenshot_controller_unittest.cc b/ash/utility/screenshot_controller_unittest.cc
index b7e9ddac3701ba8fd53a705bee76d3cc3b7e7b95..88dbffd0089ff8cdb53138b085703160624bba3b 100644
--- a/ash/utility/screenshot_controller_unittest.cc
+++ b/ash/utility/screenshot_controller_unittest.cc
@@ -33,8 +33,8 @@ class ScreenshotControllerTest : public test::AshTestBase {
}
bool TestIfMouseWarpsAt(const gfx::Point& point_in_screen) {
- return test::DisplayManagerTestApi::TestIfMouseWarpsAt(GetEventGenerator(),
- point_in_screen);
+ return test::AshTestBase::TestIfMouseWarpsAt(GetEventGenerator(),
+ point_in_screen);
}
void StartPartialScreenshotSession() {
« no previous file with comments | « ash/touch/touchscreen_util_unittest.cc ('k') | ash/wm/dock/docked_window_layout_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698