| 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 a1be91c496d08d461aed4dbdd1713f685fece828..27835bb40bff0385af9edf5049cc0440480a284d 100644
|
| --- a/ash/display/mouse_cursor_event_filter.h
|
| +++ b/ash/display/mouse_cursor_event_filter.h
|
| @@ -61,8 +61,8 @@ class ASH_EXPORT MouseCursorEventFilter : public ui::EventHandler {
|
| FRIEND_TEST_ALL_PREFIXES(MouseCursorEventFilterTest,
|
| IndicatorBoundsTestOnTopBottom);
|
| FRIEND_TEST_ALL_PREFIXES(MouseCursorEventFilterTest, CursorDeviceScaleFactor);
|
| - FRIEND_TEST_ALL_PREFIXES(WorkspaceWindowResizerTest, WarpMousePointer);
|
| - FRIEND_TEST_ALL_PREFIXES(WorkspaceWindowResizerTest, CursorDeviceScaleFactor);
|
| + FRIEND_TEST_ALL_PREFIXES(DragWindowResizerTest, WarpMousePointer);
|
| + FRIEND_TEST_ALL_PREFIXES(DragWindowResizerTest, CursorDeviceScaleFactor);
|
|
|
| // Warps the mouse cursor to an alternate root window when the
|
| // |point_in_screen|, which is the location of the mouse cursor,
|
|
|