| Index: net/http/proxy_client_socket.cc
|
| diff --git a/net/http/proxy_client_socket.cc b/net/http/proxy_client_socket.cc
|
| index ffdbec8646050763f9d0f28524f0d6f2e70f2fda..453b6d94d42a223f5d8d8d622b4c68970b126020 100644
|
| --- a/net/http/proxy_client_socket.cc
|
| +++ b/net/http/proxy_client_socket.cc
|
| @@ -54,9 +54,10 @@ void ProxyClientSocket::BuildTunnelRequest(
|
| }
|
|
|
| // static
|
| -int ProxyClientSocket::HandleProxyAuthChallenge(HttpAuthController* auth,
|
| - HttpResponseInfo* response,
|
| - const BoundNetLog& net_log) {
|
| +int ProxyClientSocket::HandleProxyAuthChallenge(
|
| + HttpAuthController* auth,
|
| + HttpResponseInfo* response,
|
| + const NetLogWithSource& net_log) {
|
| DCHECK(response->headers.get());
|
| int rv = auth->HandleAuthChallenge(response->headers, response->ssl_info,
|
| false, true, net_log);
|
|
|