| Index: ui/views/widget/desktop_aura/desktop_native_cursor_manager.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_native_cursor_manager.h b/ui/views/widget/desktop_aura/desktop_native_cursor_manager.h
|
| index a415b80ea5d916076799e97eb2b65cf67fde7ffb..d059c87453be105e8aebdcb1317548eda26ac1a3 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_native_cursor_manager.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_native_cursor_manager.h
|
| @@ -50,7 +50,7 @@ class VIEWS_EXPORT DesktopNativeCursorManager
|
|
|
| private:
|
| // Overridden from wm::NativeCursorManager:
|
| - void SetDisplay(const gfx::Display& display,
|
| + void SetDisplay(const display::Display& display,
|
| wm::NativeCursorManagerDelegate* delegate) override;
|
| void SetCursor(gfx::NativeCursor cursor,
|
| wm::NativeCursorManagerDelegate* delegate) override;
|
|
|