| Index: ui/events/devices/input_device_manager.h
|
| diff --git a/ui/events/devices/input_device_manager.h b/ui/events/devices/input_device_manager.h
|
| index 4876e462af022ce2392f19a39751d2b61291d01b..83835ad854ab3c20ffb0181eff417bad135c8115 100644
|
| --- a/ui/events/devices/input_device_manager.h
|
| +++ b/ui/events/devices/input_device_manager.h
|
| @@ -31,8 +31,8 @@ class EVENTS_DEVICES_EXPORT InputDeviceManager {
|
| const = 0;
|
| virtual const std::vector<InputDevice>& GetMouseDevices() const = 0;
|
| virtual const std::vector<InputDevice>& GetTouchpadDevices() const = 0;
|
| - virtual bool AreDeviceListsComplete() const = 0;
|
|
|
| + virtual bool AreDeviceListsComplete() const = 0;
|
| virtual bool AreTouchscreensEnabled() const = 0;
|
|
|
| virtual void AddObserver(InputDeviceEventObserver* observer) = 0;
|
|
|