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 47fdcd62242757556307af7d35dd970bc45cacf4..64f6ac756344f67eaf0030b72633ec2c0016b262 100644 |
--- a/ash/display/extended_mouse_warp_controller.h |
+++ b/ash/display/extended_mouse_warp_controller.h |
@@ -28,6 +28,7 @@ class Point; |
namespace ash { |
namespace test { |
+class AshTestBase; |
class DisplayManagerTestApi; |
} |
class SharedDisplayEdgeIndicator; |
@@ -43,6 +44,7 @@ class ASH_EXPORT ExtendedMouseWarpController : public MouseWarpController { |
void SetEnabled(bool enable) override; |
private: |
+ friend class test::AshTestBase; |
friend class test::DisplayManagerTestApi; |
friend class ExtendedMouseWarpControllerTest; |
FRIEND_TEST_ALL_PREFIXES(ExtendedMouseWarpControllerTest, |