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

Unified Diff: ash/display/extended_mouse_warp_controller.h

Issue 2445583002: Relocate display_manager from ash to ui (Closed)
Patch Set: 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/display/extended_mouse_warp_controller.h
diff --git a/ash/display/extended_mouse_warp_controller.h b/ash/display/extended_mouse_warp_controller.h
index 64f6ac756344f67eaf0030b72633ec2c0016b262..eba9cd859ff91084c47a5639470f4c64f0067ec6 100644
--- a/ash/display/extended_mouse_warp_controller.h
+++ b/ash/display/extended_mouse_warp_controller.h
@@ -20,6 +20,9 @@ class Window;
namespace display {
class Display;
+// namespace test {
kylechar 2016/10/24 14:55:15 Delete?
rjkroege 2016/10/25 23:30:26 Done.
+// class DisplayManagerTestApi;
+//}
}
namespace gfx {
@@ -29,7 +32,6 @@ class Point;
namespace ash {
namespace test {
class AshTestBase;
-class DisplayManagerTestApi;
}
class SharedDisplayEdgeIndicator;
@@ -45,7 +47,7 @@ class ASH_EXPORT ExtendedMouseWarpController : public MouseWarpController {
private:
friend class test::AshTestBase;
- friend class test::DisplayManagerTestApi;
+ // friend class display::test::DisplayManagerTestApi;
kylechar 2016/10/24 14:55:15 Delete?
rjkroege 2016/10/25 23:30:26 Done.
friend class ExtendedMouseWarpControllerTest;
FRIEND_TEST_ALL_PREFIXES(ExtendedMouseWarpControllerTest,
IndicatorBoundsTestThreeDisplays);

Powered by Google App Engine
This is Rietveld 408576698