Index: device/bluetooth/bluetooth_adapter_win.cc |
diff --git a/device/bluetooth/bluetooth_adapter_win.cc b/device/bluetooth/bluetooth_adapter_win.cc |
index 467aa4fc20d92fb9308f4d04c9522d3dc27a0b2c..2074986febe3819754d10e5f4aeb96b7bf436c3f 100644 |
--- a/device/bluetooth/bluetooth_adapter_win.cc |
+++ b/device/bluetooth/bluetooth_adapter_win.cc |
@@ -168,10 +168,7 @@ void BluetoothAdapterWin::CreateRfcommService( |
const CreateServiceErrorCallback& error_callback) { |
scoped_refptr<BluetoothSocketWin> socket = |
BluetoothSocketWin::CreateBluetoothSocket( |
- ui_task_runner_, |
- socket_thread_, |
- NULL, |
- net::NetLog::Source()); |
+ ui_task_runner_, socket_thread_); |
socket->Listen(this, uuid, options, |
base::Bind(callback, socket), |
error_callback); |