Index: device/hid/input_service_linux.h |
diff --git a/device/hid/input_service_linux.h b/device/hid/input_service_linux.h |
index c5ecfe2a2528e3fea8dfe616cb0bfe3a26917b92..2a4156cc40f29f29b4ab5df2e4b6726d8eb97215 100644 |
--- a/device/hid/input_service_linux.h |
+++ b/device/hid/input_service_linux.h |
@@ -67,7 +67,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 |