Index: services/ui/ws/platform_display.h |
diff --git a/services/ui/ws/platform_display.h b/services/ui/ws/platform_display.h |
index 9ca77e8b19ff81089774f6283ec38e3dd41d14fa..736130050169425fbef2b4c0ec0d87dff5014876 100644 |
--- a/services/ui/ws/platform_display.h |
+++ b/services/ui/ws/platform_display.h |
@@ -23,7 +23,7 @@ class SingleThreadTaskRunner; |
namespace ui { |
enum class CursorSize; |
-class ImageCursors; |
+class ImageCursorsHolder; |
struct TextInputState; |
namespace ws { |
@@ -42,7 +42,7 @@ class PlatformDisplay : public ui::EventSource { |
ServerWindow* root_window, |
const display::ViewportMetrics& metrics, |
scoped_refptr<base::SingleThreadTaskRunner>& resource_runner, |
- base::WeakPtr<ui::ImageCursors> image_cursors_weak_ptr); |
+ base::WeakPtr<ui::ImageCursorsHolder> image_cursors_holder_weak_ptr); |
virtual void Init(PlatformDisplayDelegate* delegate) = 0; |