| Index: net/http/http_proxy_client_socket_pool.cc
|
| diff --git a/net/http/http_proxy_client_socket_pool.cc b/net/http/http_proxy_client_socket_pool.cc
|
| index 213a682898b65449b2caaab3f6e80d9d106c1ef9..c963d2c33a4233ae105c55edaf4aa6619b6dedf2 100644
|
| --- a/net/http/http_proxy_client_socket_pool.cc
|
| +++ b/net/http/http_proxy_client_socket_pool.cc
|
| @@ -302,7 +302,7 @@ int HttpProxyConnectJob::DoHttpProxyConnect() {
|
| int HttpProxyConnectJob::DoHttpProxyConnectComplete(int result) {
|
| if (result == OK || result == ERR_PROXY_AUTH_REQUESTED ||
|
| result == ERR_HTTPS_PROXY_TUNNEL_RESPONSE) {
|
| - SetSocket(transport_socket_.PassAs<StreamSocket>());
|
| + SetSocket(transport_socket_.Pass());
|
| }
|
|
|
| return result;
|
|
|