Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc |
index ecb8af9ac1dc9e03c7b34f2da9adb787728abb05..60e60e855e01cb763c0b5ff5643d18e41d43841e 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc |
@@ -248,7 +248,7 @@ void DataReductionProxyConfigServiceClient::ApplySerializedConfig( |
bool DataReductionProxyConfigServiceClient::ShouldRetryDueToAuthFailure( |
const net::HttpRequestHeaders& request_headers, |
const net::HttpResponseHeaders* response_headers, |
- const net::HostPortPair& proxy_server, |
+ const net::ProxyServer& proxy_server, |
const net::LoadTimingInfo& load_timing_info) { |
DCHECK(thread_checker_.CalledOnValidThread()); |
DCHECK(response_headers); |