| Index: device/bluetooth/bluetooth_adapter_bluez.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_bluez.h b/device/bluetooth/bluetooth_adapter_bluez.h
|
| index f33e092af74120c75b769ad8e1dac53a5b1573d1..c9e5d32e7b67b8f9535041d69df2ab201be12299 100644
|
| --- a/device/bluetooth/bluetooth_adapter_bluez.h
|
| +++ b/device/bluetooth/bluetooth_adapter_bluez.h
|
| @@ -10,6 +10,7 @@
|
| #include <map>
|
| #include <queue>
|
| #include <string>
|
| +#include <tuple>
|
| #include <utility>
|
| #include <vector>
|
|
|
| @@ -42,9 +43,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.
|
|
|