Index: ui/aura/client/cursor_client.h |
diff --git a/ui/aura/client/cursor_client.h b/ui/aura/client/cursor_client.h |
index 8a78c1a34b558c6821eca02975ee56858405f961..642734c5ac16d887c1177156a3135bc034338d54 100644 |
--- a/ui/aura/client/cursor_client.h |
+++ b/ui/aura/client/cursor_client.h |
@@ -40,10 +40,10 @@ class AURA_EXPORT CursorClient { |
virtual void HideCursor() = 0; |
// Sets the type of the mouse cursor icon. |
- virtual void SetCursorSet(ui::CursorSetType cursor_set) = 0; |
+ virtual void SetCursorSet(ui::CursorSet cursor_set) = 0; |
// Gets the type of the mouse cursor icon. |
- virtual ui::CursorSetType GetCursorSet() const = 0; |
+ virtual ui::CursorSet GetCursorSet() const = 0; |
// Gets whether the cursor is visible. |
virtual bool IsCursorVisible() const = 0; |