| Index: trunk/src/device/bluetooth/test/mock_bluetooth_device.h
|
| ===================================================================
|
| --- trunk/src/device/bluetooth/test/mock_bluetooth_device.h (revision 262179)
|
| +++ trunk/src/device/bluetooth/test/mock_bluetooth_device.h (working copy)
|
| @@ -62,9 +62,9 @@
|
| void(const BluetoothUUID&,
|
| const BluetoothDevice::SocketCallback&));
|
| MOCK_METHOD3(ConnectToProfile,
|
| - void(BluetoothProfile* profile,
|
| - const base::Closure& callback,
|
| - const ConnectToProfileErrorCallback& error_callback));
|
| + void(BluetoothProfile*,
|
| + const base::Closure&,
|
| + const BluetoothDevice::ErrorCallback&));
|
|
|
| MOCK_METHOD3(SetOutOfBandPairingData,
|
| void(const BluetoothOutOfBandPairingData& data,
|
|
|