| Index: components/arc/bluetooth/arc_bluetooth_bridge.h
|
| diff --git a/components/arc/bluetooth/arc_bluetooth_bridge.h b/components/arc/bluetooth/arc_bluetooth_bridge.h
|
| index 915d560408350e22f849fe4f3e51f64d91143e14..809798ed8d2df7f4178aa2e74700df646a3cb296 100644
|
| --- a/components/arc/bluetooth/arc_bluetooth_bridge.h
|
| +++ b/components/arc/bluetooth/arc_bluetooth_bridge.h
|
| @@ -23,6 +23,7 @@
|
| #include "device/bluetooth/bluetooth_remote_gatt_characteristic.h"
|
| #include "device/bluetooth/bluetooth_remote_gatt_descriptor.h"
|
| #include "device/bluetooth/bluetooth_remote_gatt_service.h"
|
| +#include "device/bluetooth/bluez/bluetooth_adapter_bluez.h"
|
| #include "mojo/public/cpp/bindings/binding.h"
|
|
|
| namespace arc {
|
| @@ -283,7 +284,7 @@ class ArcBluetoothBridge
|
|
|
| mojo::Binding<mojom::BluetoothHost> binding_;
|
|
|
| - scoped_refptr<device::BluetoothAdapter> bluetooth_adapter_;
|
| + scoped_refptr<bluez::BluetoothAdapterBlueZ> bluetooth_adapter_;
|
| scoped_refptr<device::BluetoothAdvertisement> advertisment_;
|
| std::unique_ptr<device::BluetoothDiscoverySession> discovery_session_;
|
| std::map<std::string, std::unique_ptr<device::BluetoothGattNotifySession>>
|
|
|