| Index: device/bluetooth/test/mock_bluetooth_gatt_connection.h
|
| diff --git a/device/bluetooth/test/mock_bluetooth_gatt_connection.h b/device/bluetooth/test/mock_bluetooth_gatt_connection.h
|
| index 268ebf92af9aa1caa2f7ef55bb17b576f255aeb9..7df9668018c06e4a79efc980d0c3e0251ca135f8 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_gatt_connection.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_gatt_connection.h
|
| @@ -17,7 +17,7 @@ class MockBluetoothGattConnection : public BluetoothGattConnection {
|
|
|
| MOCK_CONST_METHOD0(GetDeviceAddress, std::string());
|
| MOCK_METHOD0(IsConnected, bool());
|
| - MOCK_METHOD1(Disconnect, void(const base::Closure&));
|
| + MOCK_METHOD0(Disconnect, void());
|
| };
|
|
|
| } // namespace device
|
|
|