| Index: trunk/src/device/bluetooth/test/mock_bluetooth_device.h
|
| ===================================================================
|
| --- trunk/src/device/bluetooth/test/mock_bluetooth_device.h (revision 261569)
|
| +++ trunk/src/device/bluetooth/test/mock_bluetooth_device.h (working copy)
|
| @@ -10,7 +10,6 @@
|
| #include "base/strings/string16.h"
|
| #include "device/bluetooth/bluetooth_device.h"
|
| #include "device/bluetooth/bluetooth_out_of_band_pairing_data.h"
|
| -#include "device/bluetooth/bluetooth_uuid.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| namespace device {
|
| @@ -59,7 +58,7 @@
|
| const BluetoothDevice::ErrorCallback& error_callback));
|
| MOCK_METHOD1(Forget, void(const BluetoothDevice::ErrorCallback&));
|
| MOCK_METHOD2(ConnectToService,
|
| - void(const BluetoothUUID&,
|
| + void(const std::string&,
|
| const BluetoothDevice::SocketCallback&));
|
| MOCK_METHOD3(ConnectToProfile,
|
| void(BluetoothProfile*,
|
|
|