| Index: device/bluetooth/test/mock_bluetooth_device.h
|
| diff --git a/device/bluetooth/test/mock_bluetooth_device.h b/device/bluetooth/test/mock_bluetooth_device.h
|
| index 6bd5707bb96fd2efc674b4322052b93a44ef8355..675610ac9ef2d5e04074710e6ed5eb88c9a64cd5 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_device.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_device.h
|
| @@ -62,9 +62,9 @@ class MockBluetoothDevice : public BluetoothDevice {
|
| void(const BluetoothUUID&,
|
| const BluetoothDevice::SocketCallback&));
|
| MOCK_METHOD3(ConnectToProfile,
|
| - void(BluetoothProfile*,
|
| - const base::Closure&,
|
| - const BluetoothDevice::ErrorCallback&));
|
| + void(BluetoothProfile* profile,
|
| + const base::Closure& callback,
|
| + const ConnectToProfileErrorCallback& error_callback));
|
|
|
| MOCK_METHOD3(SetOutOfBandPairingData,
|
| void(const BluetoothOutOfBandPairingData& data,
|
|
|