| Index: device/bluetooth/bluetooth_socket_win.cc
|
| diff --git a/device/bluetooth/bluetooth_socket_win.cc b/device/bluetooth/bluetooth_socket_win.cc
|
| index 0db3156a1e7612faa57812f3775179ec49f69fd0..a5793295e0a674da3b94d0595f09045f9e352174 100644
|
| --- a/device/bluetooth/bluetooth_socket_win.cc
|
| +++ b/device/bluetooth/bluetooth_socket_win.cc
|
| @@ -263,7 +263,7 @@ void BluetoothSocketWin::DoListen(
|
| // is called on |socket_fd| directly.
|
| std::unique_ptr<net::TCPSocket> scoped_socket(
|
| new net::TCPSocket(NULL, NULL, net::NetLogSource()));
|
| - scoped_socket->AdoptListenSocket(socket_fd);
|
| + scoped_socket->AdoptUnconnectedSocket(socket_fd);
|
|
|
| SOCKADDR_BTH sa;
|
| struct sockaddr* sock_addr = reinterpret_cast<struct sockaddr*>(&sa);
|
|
|