| Index: device/bluetooth/bluetooth_adapter_bluez.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_bluez.h b/device/bluetooth/bluetooth_adapter_bluez.h
|
| index 6fb20db7b5a10d6dde01a3304ccf680d37b474ac..a16bdd5c18774594f0a36a64d20d3fc98ddadd78 100644
|
| --- a/device/bluetooth/bluetooth_adapter_bluez.h
|
| +++ b/device/bluetooth/bluetooth_adapter_bluez.h
|
| @@ -11,6 +11,7 @@
|
| #include <memory>
|
| #include <queue>
|
| #include <string>
|
| +#include <tuple>
|
| #include <utility>
|
| #include <vector>
|
|
|
| @@ -43,9 +44,6 @@ class BluetoothBlueZTest;
|
| class BluetoothAdapterProfileBlueZ;
|
| class BluetoothDeviceBlueZ;
|
| class BluetoothPairingBlueZ;
|
| -class BluetoothRemoteGattCharacteristicBlueZ;
|
| -class BluetoothRemoteGattDescriptorBlueZ;
|
| -class BluetoothRemoteGattServiceBlueZ;
|
|
|
| // The BluetoothAdapterBlueZ class implements BluetoothAdapter for platforms
|
| // that use BlueZ.
|
|
|