| Index: device/bluetooth/test/bluetooth_test.h
|
| diff --git a/device/bluetooth/test/bluetooth_test.h b/device/bluetooth/test/bluetooth_test.h
|
| index 762450fe386f83c343889e2a31648a06fee8675c..3470b98700f738bb2d8565e5a51c7f15833b95f7 100644
|
| --- a/device/bluetooth/test/bluetooth_test.h
|
| +++ b/device/bluetooth/test/bluetooth_test.h
|
| @@ -19,6 +19,7 @@
|
| #include "device/bluetooth/bluetooth_discovery_session.h"
|
| #include "device/bluetooth/bluetooth_gatt_connection.h"
|
| #include "device/bluetooth/bluetooth_gatt_notify_session.h"
|
| +#include "device/bluetooth/bluetooth_local_gatt_service.h"
|
| #include "device/bluetooth/bluetooth_remote_gatt_characteristic.h"
|
| #include "device/bluetooth/bluetooth_remote_gatt_descriptor.h"
|
| #include "device/bluetooth/bluetooth_remote_gatt_service.h"
|
| @@ -28,6 +29,8 @@ namespace device {
|
|
|
| class BluetoothAdapter;
|
| class BluetoothDevice;
|
| +class BluetoothLocalGattCharacteristic;
|
| +class BluetoothLocalGattDescriptor;
|
|
|
| // A test fixture for Bluetooth that abstracts platform specifics for creating
|
| // and controlling fake low level objects.
|
|
|