Index: components/exo/wm_helper.cc |
diff --git a/components/exo/wm_helper.cc b/components/exo/wm_helper.cc |
index a24aa2f837e88d16b1d0f70d219b37ae011bb482..3c0b6b3a196ed9517d09f860655e09aade8cc787 100644 |
--- a/components/exo/wm_helper.cc |
+++ b/components/exo/wm_helper.cc |
@@ -98,7 +98,7 @@ void WMHelper::NotifyCursorVisibilityChanged(bool is_visible) { |
observer.OnCursorVisibilityChanged(is_visible); |
} |
-void WMHelper::NotifyCursorSetChanged(ui::CursorSetType cursor_set) { |
+void WMHelper::NotifyCursorSetChanged(ui::CursorSet cursor_set) { |
for (CursorObserver& observer : cursor_observers_) |
observer.OnCursorSetChanged(cursor_set); |
} |