| Index: components/pairing/bluetooth_host_pairing_controller.h
|
| diff --git a/components/pairing/bluetooth_host_pairing_controller.h b/components/pairing/bluetooth_host_pairing_controller.h
|
| index 067c89237518de2b44dc4efb33717a4c860e03d6..3b0e47836a3cb18ea76be245732690e44d30e1da 100644
|
| --- a/components/pairing/bluetooth_host_pairing_controller.h
|
| +++ b/components/pairing/bluetooth_host_pairing_controller.h
|
| @@ -21,6 +21,10 @@
|
| #include "device/bluetooth/bluetooth_socket.h"
|
| #include "device/hid/input_service_linux.h"
|
|
|
| +namespace base {
|
| +class SingleThreadTaskRunner;
|
| +}
|
| +
|
| namespace device {
|
| class BluetoothAdapter;
|
| }
|
|
|