Index: ui/events/ozone/evdev/input_injector_evdev.cc |
diff --git a/ui/events/ozone/evdev/input_injector_evdev.cc b/ui/events/ozone/evdev/input_injector_evdev.cc |
index e9274822e1a859713711f6d567a09e9f10eac99e..0e5d1dba16ce91fb4ab67cf0306eff0a769002f1 100644 |
--- a/ui/events/ozone/evdev/input_injector_evdev.cc |
+++ b/ui/events/ozone/evdev/input_injector_evdev.cc |
@@ -24,7 +24,7 @@ const int kDeviceIdForInjection = -1; |
} // namespace |
InputInjectorEvdev::InputInjectorEvdev( |
- scoped_ptr<DeviceEventDispatcherEvdev> dispatcher, |
+ std::unique_ptr<DeviceEventDispatcherEvdev> dispatcher, |
CursorDelegateEvdev* cursor) |
: cursor_(cursor), dispatcher_(std::move(dispatcher)) {} |