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

Unified Diff: ash/display/unified_mouse_warp_controller.h

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/display/unified_mouse_warp_controller.h
diff --git a/ash/display/unified_mouse_warp_controller.h b/ash/display/unified_mouse_warp_controller.h
index 639d146fb3e7d5a00bf68ed17d8f677f44e70e23..e257bc871e618728a17026f8b33e6e24bff3e668 100644
--- a/ash/display/unified_mouse_warp_controller.h
+++ b/ash/display/unified_mouse_warp_controller.h
@@ -22,6 +22,7 @@ class Point;
namespace ash {
namespace test {
+class AshTestBase;
class DisplayManagerTestApi;
}
@@ -36,6 +37,7 @@ class ASH_EXPORT UnifiedMouseWarpController : public MouseWarpController {
void SetEnabled(bool enabled) override;
private:
+ friend class test::AshTestBase;
friend class test::DisplayManagerTestApi;
friend class UnifiedMouseWarpControllerTest;
« no previous file with comments | « ash/display/screen_position_controller_unittest.cc ('k') | ash/display/unified_mouse_warp_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698