| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
|
| index 4ce999dedfc75ce9e975bbf2897f47329513931f..4a3d8e7c6005ddf10baa8f5bed8810c357e6312b 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
|
| @@ -27,11 +27,11 @@
|
| #endif // OS_ANDROID
|
|
|
| namespace net {
|
| -class HostPortPair;
|
| class HttpRequestHeaders;
|
| class HttpResponseHeaders;
|
| class NetLog;
|
| struct LoadTimingInfo;
|
| +class ProxyServer;
|
| class URLFetcher;
|
| class URLRequestContextGetter;
|
| class URLRequestStatus;
|
| @@ -127,7 +127,7 @@ class DataReductionProxyConfigServiceClient
|
| bool 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);
|
|
|
| protected:
|
|
|