| Index: device/hid/hid_service_linux.h
|
| diff --git a/device/hid/hid_service_linux.h b/device/hid/hid_service_linux.h
|
| index 6bcb1a94fc086dc2aa5ed2ca628b1c2461baa56e..45c782d5f95f708b495adc9b2f82c89955d923c7 100644
|
| --- a/device/hid/hid_service_linux.h
|
| +++ b/device/hid/hid_service_linux.h
|
| @@ -22,6 +22,7 @@ class HidConnection;
|
| class HidServiceLinux : public HidService {
|
| public:
|
| HidServiceLinux(scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner);
|
| + ~HidServiceLinux() override;
|
|
|
| void Connect(const HidDeviceId& device_id,
|
| const ConnectCallback& callback) override;
|
| @@ -30,8 +31,6 @@ class HidServiceLinux : public HidService {
|
| struct ConnectParams;
|
| class FileThreadHelper;
|
|
|
| - ~HidServiceLinux() override;
|
| -
|
| // These functions implement the process of locating, requesting access to and
|
| // opening a device. Because this operation crosses multiple threads these
|
| // functions are static and the necessary parameters are passed as a single
|
|
|