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 7c20c00db9dc265199bdd74a15047a0ee877bfb6..5d4818395e1c116b108fe5fd599a274de8e4b9cc 100644 |
--- a/device/bluetooth/test/mock_bluetooth_device.h |
+++ b/device/bluetooth/test/mock_bluetooth_device.h |
@@ -61,9 +61,9 @@ class MockBluetoothDevice : public BluetoothDevice { |
void(const std::string&, |
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, |