| Index: device/hid/hid_connection_linux.h
|
| diff --git a/device/hid/hid_connection_linux.h b/device/hid/hid_connection_linux.h
|
| index 67d6299ad42a49933c97c8ebd327d17d0e806ca4..bea6750f2b2575862da143f4270b8e2cc0d1c7d5 100644
|
| --- a/device/hid/hid_connection_linux.h
|
| +++ b/device/hid/hid_connection_linux.h
|
| @@ -5,11 +5,14 @@
|
| #ifndef DEVICE_HID_HID_CONNECTION_LINUX_H_
|
| #define DEVICE_HID_HID_CONNECTION_LINUX_H_
|
|
|
| +#include <queue>
|
| +
|
| #include "base/files/file.h"
|
| #include "base/memory/ref_counted.h"
|
| +#include "base/message_loop/message_pump_libevent.h"
|
| #include "device/hid/hid_connection.h"
|
| #include "device/hid/hid_device_info.h"
|
| -#include "device/hid/hid_service_linux.h"
|
| +#include "device/hid/udev_common.h"
|
|
|
| namespace device {
|
|
|
|
|