| Index: device/bluetooth/bluetooth_device_win.cc
|
| diff --git a/device/bluetooth/bluetooth_device_win.cc b/device/bluetooth/bluetooth_device_win.cc
|
| index 3449fe7bf68609d46ae30688a64be6a3c19a055d..b4c78162ee1bd27d0530aa217cda208c107eb1d6 100644
|
| --- a/device/bluetooth/bluetooth_device_win.cc
|
| +++ b/device/bluetooth/bluetooth_device_win.cc
|
| @@ -196,7 +196,7 @@ void BluetoothDeviceWin::ConnectToService(
|
| const ConnectToServiceErrorCallback& error_callback) {
|
| scoped_refptr<BluetoothSocketWin> socket(
|
| BluetoothSocketWin::CreateBluetoothSocket(
|
| - ui_task_runner_, socket_thread_, NULL, net::NetLog::Source()));
|
| + ui_task_runner_, socket_thread_));
|
| socket->Connect(this, uuid, base::Bind(callback, socket), error_callback);
|
| }
|
|
|
|
|