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

Unified Diff: ash/display/mouse_cursor_event_filter.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
« no previous file with comments | « ash/display/mirror_window_controller_unittest.cc ('k') | ash/display/mouse_cursor_event_filter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/mouse_cursor_event_filter.h
diff --git a/ash/display/mouse_cursor_event_filter.h b/ash/display/mouse_cursor_event_filter.h
index 049f9b9c455dda63994c9441c4da6d1b04966684..c507a1d596080d097df9b6cd5aaa11010f0bda3c 100644
--- a/ash/display/mouse_cursor_event_filter.h
+++ b/ash/display/mouse_cursor_event_filter.h
@@ -24,6 +24,10 @@ namespace ash {
class DisplayEdgeController;
class MouseWarpController;
+namespace test {
+class AshTestBase;
+}
+
// An event filter that controls mouse location in extended desktop
// environment.
class ASH_EXPORT MouseCursorEventFilter
@@ -48,7 +52,7 @@ class ASH_EXPORT MouseCursorEventFilter
void OnMouseEvent(ui::MouseEvent* event) override;
private:
- friend class test::DisplayManagerTestApi;
+ friend class test::AshTestBase;
friend class ExtendedMouseWarpControllerTest;
friend class MouseCursorEventFilterTest;
friend class UnifiedMouseWarpControllerTest;
« no previous file with comments | « ash/display/mirror_window_controller_unittest.cc ('k') | ash/display/mouse_cursor_event_filter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698