Index: device/bluetooth/test/bluetooth_test.h |
diff --git a/device/bluetooth/test/bluetooth_test.h b/device/bluetooth/test/bluetooth_test.h |
index 79c9c8b427c27da739d59e60dd0a0a85e5db97fd..5e8da1721cb1386fb1ba6a54e426544a5616b158 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. |