summaryrefslogtreecommitdiff
path: root/chromium/net/http/proxy_client_socket.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/http/proxy_client_socket.cc')
-rw-r--r--chromium/net/http/proxy_client_socket.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/chromium/net/http/proxy_client_socket.cc b/chromium/net/http/proxy_client_socket.cc
index ffdbec86460..453b6d94d42 100644
--- a/chromium/net/http/proxy_client_socket.cc
+++ b/chromium/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);