| Index: device/bluetooth/test/mock_bluetooth_gatt_connection.cc
|
| diff --git a/device/bluetooth/test/mock_bluetooth_gatt_connection.cc b/device/bluetooth/test/mock_bluetooth_gatt_connection.cc
|
| index 8427fbe0df841fa9da8be173c44ecc554f1ffcdd..3d8a1f755bcdfe5707ead350da237242dd6c9143 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_gatt_connection.cc
|
| +++ b/device/bluetooth/test/mock_bluetooth_gatt_connection.cc
|
| @@ -13,7 +13,7 @@ namespace device {
|
| MockBluetoothGattConnection::MockBluetoothGattConnection(
|
| scoped_refptr<device::BluetoothAdapter> adapter,
|
| const std::string& device_address)
|
| - : BluetoothGattConnection(/* Next Patch: adapter, device_address */) {
|
| + : BluetoothGattConnection(adapter, device_address) {
|
| ON_CALL(*this, GetDeviceAddress()).WillByDefault(Return(device_address));
|
| ON_CALL(*this, IsConnected()).WillByDefault(Return(true));
|
| }
|
|
|