| 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 4db263bce4c98ca76ee54a5407c94653f893079f..306d81adfbb7bb9d0fbe473e28a9689716d4b24e 100644
|
| --- a/device/bluetooth/test/bluetooth_test_android.h
|
| +++ b/device/bluetooth/test/bluetooth_test_android.h
|
| @@ -31,7 +31,9 @@ class BluetoothTestAndroid : public BluetoothTestBase {
|
| void SimulateGattConnectionError(BluetoothDevice* device,
|
| BluetoothDevice::ConnectErrorCode) override;
|
| void SimulateGattDisconnection(BluetoothDevice* device) override;
|
| - void SimulateGattServicesDiscovered(BluetoothDevice* device) override;
|
| + void SimulateGattServicesDiscovered(
|
| + BluetoothDevice* device,
|
| + const std::vector<std::string>& uuids) override;
|
| void SimulateGattServicesDiscoveryError(BluetoothDevice* device) override;
|
|
|
| // Records that Java FakeBluetoothDevice connectGatt was called.
|
|
|