| 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 403fb8d3e7be71565bc20b669a1754271eebe4b5..7a3199a2ecfaebc36095b49b39af169d23eed788 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,10 +27,10 @@
|
| #endif // OS_ANDROID
|
|
|
| namespace net {
|
| -class HostPortPair;
|
| class HttpRequestHeaders;
|
| class HttpResponseHeaders;
|
| struct LoadTimingInfo;
|
| +class ProxyServer;
|
| class URLFetcher;
|
| class URLRequestContextGetter;
|
| class URLRequestStatus;
|
| @@ -126,7 +126,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:
|
|
|