diff options
Diffstat (limited to 'net/http/http_proxy_client_socket_pool.h')
-rw-r--r-- | net/http/http_proxy_client_socket_pool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_proxy_client_socket_pool.h b/net/http/http_proxy_client_socket_pool.h index 9e90187..70c8b5c 100644 --- a/net/http/http_proxy_client_socket_pool.h +++ b/net/http/http_proxy_client_socket_pool.h @@ -58,7 +58,7 @@ class NET_EXPORT_PRIVATE HttpProxySocketParams const scoped_refptr<SSLSocketParams>& ssl_params, const GURL& request_url, const std::string& user_agent, - HostPortPair endpoint, + const HostPortPair& endpoint, HttpAuthCache* http_auth_cache, HttpAuthHandlerFactory* http_auth_handler_factory, SpdySessionPool* spdy_session_pool, |