| Index: device/bluetooth/test/bluetooth_test_android.h
|
| diff --git a/device/bluetooth/test/bluetooth_test_android.h b/device/bluetooth/test/bluetooth_test_android.h
|
| index 63e8f9fa82533d96b387221b235fbab5d6985e40..a5651058cfd8744392e9a8ef86c2d7bbe2339f48 100644
|
| --- a/device/bluetooth/test/bluetooth_test_android.h
|
| +++ b/device/bluetooth/test/bluetooth_test_android.h
|
| @@ -27,6 +27,7 @@ class BluetoothTestAndroid : public BluetoothTestBase {
|
| void InitWithoutDefaultAdapter() override;
|
| void InitWithFakeAdapter() override;
|
| void DiscoverLowEnergyDevice(int device_ordinal) override;
|
| + void CompleteGattConnection(BluetoothDevice* device) override;
|
|
|
| base::android::ScopedJavaGlobalRef<jobject> j_fake_bluetooth_adapter_;
|
| };
|
|
|