Index: device/bluetooth/bluetooth_socket_net.cc |
diff --git a/device/bluetooth/bluetooth_socket_net.cc b/device/bluetooth/bluetooth_socket_net.cc |
index 875f8cf4d1a8a3dcc7e29cb8a659c70a0c4980d3..6d44bf4fc56e5a52aa0285d4338711cc564bbb95 100644 |
--- a/device/bluetooth/bluetooth_socket_net.cc |
+++ b/device/bluetooth/bluetooth_socket_net.cc |
@@ -117,7 +117,7 @@ void BluetoothSocketNet::ResetData() { |
} |
void BluetoothSocketNet::ResetTCPSocket() { |
- tcp_socket_.reset(new net::TCPSocket(NULL, net::NetLog::Source())); |
+ tcp_socket_.reset(new net::TCPSocket(NULL, NULL, net::NetLog::Source())); |
} |
void BluetoothSocketNet::SetTCPSocket( |