| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
|
| index 196203352bafe056f012536cf8e7f504a5a265fc..7eda73757ed6bc0c5b7b8d3d007209d802a500c3 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
|
| @@ -34,10 +34,8 @@ class SingleThreadTaskRunner;
|
| }
|
|
|
| namespace net {
|
| -class HostPortPair;
|
| class NetLog;
|
| class ProxyServer;
|
| -class URLFetcher;
|
| class URLRequest;
|
| class URLRequestContextGetter;
|
| class URLRequestStatus;
|
| @@ -52,7 +50,6 @@ typedef base::Callback<void(const std::string&,
|
| class DataReductionProxyConfigValues;
|
| class DataReductionProxyConfigurator;
|
| class DataReductionProxyEventCreator;
|
| -class DataReductionProxyService;
|
| class SecureProxyChecker;
|
| struct DataReductionProxyTypeInfo;
|
|
|
|
|