Chromium Code Reviews| 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 bc028e5b1932cbaaf6afffedf26f120941df8302..de471b7a61a8916d75ff2c1cc344595018b92692 100644 |
| --- a/device/bluetooth/test/mock_bluetooth_device.h |
| +++ b/device/bluetooth/test/mock_bluetooth_device.h |
| @@ -7,6 +7,7 @@ |
| #include <string> |
| +#include "base/sequenced_task_runner.h" |
|
keybuk
2014/03/20 01:21:56
remove
rpaquay
2014/03/20 18:21:11
Done.
|
| #include "base/strings/string16.h" |
| #include "device/bluetooth/bluetooth_device.h" |
| #include "device/bluetooth/bluetooth_out_of_band_pairing_data.h" |
| @@ -68,9 +69,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 ErrorCallback& error_callback)); |
| MOCK_METHOD3(SetOutOfBandPairingData, |
| void(const BluetoothOutOfBandPairingData& data, |