| Index: device/hid/hid_service_linux.h
|
| diff --git a/device/hid/hid_service_linux.h b/device/hid/hid_service_linux.h
|
| index c69096dea36132e4b656c50730653f2ca10e4e05..8d5b115cb9e1669077ae1d8c2e5809c101bb1b40 100644
|
| --- a/device/hid/hid_service_linux.h
|
| +++ b/device/hid/hid_service_linux.h
|
| @@ -32,6 +32,8 @@ class HidServiceLinux : public HidService,
|
| private:
|
| virtual ~HidServiceLinux();
|
|
|
| + static bool FindHidrawDevNode(udev_device* parent, std::string* result);
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(HidServiceLinux);
|
| };
|
|
|
|
|