Index: device/bluetooth/bluetooth_socket_net.cc |
diff --git a/device/bluetooth/bluetooth_socket_net.cc b/device/bluetooth/bluetooth_socket_net.cc |
index de113f9c42cbc1c2d1552dc07ce74418914945ae..45dec0bcb60f958145108ddf634091f55a853714 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(scoped_ptr<net::TCPSocket> tcp_socket) { |