| Index: device/bluetooth/test/bluetooth_test_mac.h
|
| diff --git a/device/bluetooth/test/bluetooth_test_mac.h b/device/bluetooth/test/bluetooth_test_mac.h
|
| index 95d06bb897a86f414d1a12ac1ad72c5c9aaa2aa0..a2c5ff9b2b4c5cac987c2a2b1e0b077af1566bff 100644
|
| --- a/device/bluetooth/test/bluetooth_test_mac.h
|
| +++ b/device/bluetooth/test/bluetooth_test_mac.h
|
| @@ -31,10 +31,10 @@ class BluetoothTestMac : public BluetoothTestBase {
|
| void InitWithFakeAdapter() override;
|
| BluetoothDevice* DiscoverLowEnergyDevice(int device_ordinal) override;
|
| void SimulateGattConnection(BluetoothDevice* device) override;
|
| - void SimulateGattDisconnection(BluetoothDevice* device) override;
|
| void SimulateGattConnectionError(
|
| BluetoothDevice* device,
|
| BluetoothDevice::ConnectErrorCode errorCode) override;
|
| + void SimulateGattDisconnection(BluetoothDevice* device) override;
|
|
|
| // Callback for the bluetooth central manager mock.
|
| void OnFakeBluetoothDeviceConnectGattCalled();
|
|
|