Index: ui/views/mus/desktop_window_tree_host_mus.cc |
diff --git a/ui/views/mus/desktop_window_tree_host_mus.cc b/ui/views/mus/desktop_window_tree_host_mus.cc |
index bd880bf9fdca371b19497c0cc429d2526676438f..50a3488585b8222f2e5b0774dcbe7a3994f0cd4b 100644 |
--- a/ui/views/mus/desktop_window_tree_host_mus.cc |
+++ b/ui/views/mus/desktop_window_tree_host_mus.cc |
@@ -165,7 +165,7 @@ class NativeCursorManagerMus : public wm::NativeCursorManager { |
} |
} |
- void SetCursorSet(ui::CursorSetType cursor_set, |
+ void SetCursorSet(ui::CursorSet cursor_set, |
wm::NativeCursorManagerDelegate* delegate) override { |
// TODO(erg): For now, ignore the difference between SET_NORMAL and |
// SET_LARGE here. This feels like a thing that mus should decide instead. |