Chromium Code Reviews| Index: device/hid/fake_input_service_linux.h |
| diff --git a/device/hid/fake_input_service_linux.h b/device/hid/fake_input_service_linux.h |
| index f4fe8d716b089ad0f093852efc505feb9c21cada..0c1566bc7ffab2626e76843c76b495905a3461d0 100644 |
| --- a/device/hid/fake_input_service_linux.h |
| +++ b/device/hid/fake_input_service_linux.h |
| @@ -22,6 +22,9 @@ class FakeInputServiceLinux : public InputServiceLinux { |
| void RemoveDeviceForTesting(const std::string& id); |
| void ClearDeviceList(); |
|
achuithb
2016/05/04 22:05:03
Could you add a private: here?
xdai1
2016/05/04 22:25:01
Done.
|
| + // InputServiceLinux override: |
| + void GetDevices(std::vector<InputDeviceInfo>* devices) override; |
| + |
| DISALLOW_COPY_AND_ASSIGN(FakeInputServiceLinux); |
|
achuithb
2016/05/04 22:05:04
This isn't right - it needs to be private
|
| }; |