| Index: ui/events/ozone/evdev/event_factory_evdev.h
|
| diff --git a/ui/events/ozone/evdev/event_factory_evdev.h b/ui/events/ozone/evdev/event_factory_evdev.h
|
| index f169370165072360d729ddd45ce36fb44f5875e9..806ec2955998b1f42d1548609f72c40465396b11 100644
|
| --- a/ui/events/ozone/evdev/event_factory_evdev.h
|
| +++ b/ui/events/ozone/evdev/event_factory_evdev.h
|
| @@ -41,8 +41,7 @@ class EVENTS_OZONE_EVDEV_EXPORT EventFactoryEvdev : public DeviceEventObserver,
|
|
|
| private:
|
| // Open device at path & starting processing events (on UI thread).
|
| - void AttachInputDevice(const base::FilePath& file_path,
|
| - scoped_ptr<EventConverterEvdev> converter);
|
| + void AttachInputDevice(scoped_ptr<EventConverterEvdev> converter);
|
|
|
| // Close device at path (on UI thread).
|
| void DetachInputDevice(const base::FilePath& file_path);
|
|
|