| 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 7df9668018c06e4a79efc980d0c3e0251ca135f8..ccc736d0b6d309ecf0fce954f7efeb8efe188626 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_gatt_connection.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_gatt_connection.h
|
| @@ -10,9 +10,12 @@
|
|
|
| namespace device {
|
|
|
| +class BluetoothAdapter;
|
| +
|
| class MockBluetoothGattConnection : public BluetoothGattConnection {
|
| public:
|
| - MockBluetoothGattConnection(const std::string& device_address);
|
| + MockBluetoothGattConnection(scoped_refptr<device::BluetoothAdapter> adapter,
|
| + const std::string& device_address);
|
| virtual ~MockBluetoothGattConnection();
|
|
|
| MOCK_CONST_METHOD0(GetDeviceAddress, std::string());
|
|
|