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

Unified Diff: ash/utility/screenshot_controller_unittest.cc

Issue 2355063002: Separate ash::test::DisplayManagerTestApi from ash (Closed)
Patch Set: rebased, cleanup Created 4 years, 3 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/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() {

Powered by Google App Engine
This is Rietveld 408576698