| Index: device/hid/input_service_linux.h
|
| diff --git a/device/hid/input_service_linux.h b/device/hid/input_service_linux.h
|
| index ca395b0375720255a3d5d66b9cc426f9b56469ee..1b516bba2620bbe378145b7d911422a0a1e88cbf 100644
|
| --- a/device/hid/input_service_linux.h
|
| +++ b/device/hid/input_service_linux.h
|
| @@ -68,7 +68,7 @@ class InputServiceLinux : public base::MessageLoop::DestructionObserver {
|
| void RemoveObserver(Observer* observer);
|
|
|
| // Returns list of all currently connected input/hid devices.
|
| - void GetDevices(std::vector<InputDeviceInfo>* devices);
|
| + virtual void GetDevices(std::vector<InputDeviceInfo>* devices);
|
|
|
| // Returns an info about input device identified by |id|. When there're
|
| // no input or hid device with such id, returns false and doesn't
|
|
|