Index: ash/wm/native_cursor_manager_ash_classic.cc |
diff --git a/ash/wm/native_cursor_manager_ash_classic.cc b/ash/wm/native_cursor_manager_ash_classic.cc |
index 8b5112c9698f9ab9912a52ac4d4c5860b244b644..c7ff83cb4fb60e6778c168867c8dfa6cba50168a 100644 |
--- a/ash/wm/native_cursor_manager_ash_classic.cc |
+++ b/ash/wm/native_cursor_manager_ash_classic.cc |
@@ -120,7 +120,7 @@ void NativeCursorManagerAshClassic::SetCursor( |
} |
void NativeCursorManagerAshClassic::SetCursorSet( |
- ui::CursorSetType cursor_set, |
+ ui::CursorSet cursor_set, |
::wm::NativeCursorManagerDelegate* delegate) { |
image_cursors_->SetCursorSet(cursor_set); |
delegate->CommitCursorSet(cursor_set); |