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

Unified Diff: ash/test/shell_test_api.h

Issue 2932563002: Implement cursor changing on Mushrome (Closed)
Patch Set: why would you put that there Created 3 years, 6 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/test/shell_test_api.h
diff --git a/ash/test/shell_test_api.h b/ash/test/shell_test_api.h
index 27f9060f34223ba92c8f4c53a14634b97be4ccb4..e4056dc9fa4beaaae8b01ac9e3f114df597aad69 100644
--- a/ash/test/shell_test_api.h
+++ b/ash/test/shell_test_api.h
@@ -10,7 +10,7 @@
#include "base/macros.h"
namespace ash {
-class AshNativeCursorManager;
+class NativeCursorManagerAsh;
class DragDropController;
class MaximizeModeWindowManager;
class PaletteDelegate;
@@ -30,7 +30,7 @@ class ShellTestApi {
SystemGestureEventFilter* system_gesture_event_filter();
WorkspaceController* workspace_controller();
ScreenPositionController* screen_position_controller();
- AshNativeCursorManager* ash_native_cursor_manager();
+ NativeCursorManagerAsh* ash_native_cursor_manager();
James Cook 2017/06/13 00:49:26 nit: rename method too
Elliot Glaysher 2017/06/13 18:05:45 Done.
DragDropController* drag_drop_controller();
MaximizeModeWindowManager* maximize_mode_window_manager();

Powered by Google App Engine
This is Rietveld 408576698