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

Unified Diff: ash/test/shell_test_api.h

Issue 2932563002: Implement cursor changing on Mushrome (Closed)
Patch Set: oshima patch take 2 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
« no previous file with comments | « ash/test/cursor_manager_test_api.cc ('k') | ash/test/shell_test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..094e0df031aebe087f0d92ef514293dc0c9004af 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* native_cursor_manager_ash();
DragDropController* drag_drop_controller();
MaximizeModeWindowManager* maximize_mode_window_manager();
« no previous file with comments | « ash/test/cursor_manager_test_api.cc ('k') | ash/test/shell_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698