| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
|
| index 0372bd7d2aa036a602b9938cca8b28b5be058f85..615a5d9c0f91be0d337a675d9fc632a58f1ee9fe 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
|
| @@ -25,13 +25,10 @@ class Value;
|
| }
|
|
|
| namespace net {
|
| -class HttpResponseHeaders;
|
| class HttpRequestHeaders;
|
| class NetworkDelegate;
|
| class ProxyConfig;
|
| class ProxyInfo;
|
| -class ProxyServer;
|
| -class ProxyService;
|
| class URLRequest;
|
| }
|
|
|
| @@ -39,7 +36,6 @@ namespace data_reduction_proxy {
|
| class DataReductionProxyBypassStats;
|
| class DataReductionProxyConfig;
|
| class DataReductionProxyConfigurator;
|
| -class DataReductionProxyExperimentsStats;
|
| class DataReductionProxyIOData;
|
| class DataReductionProxyRequestOptions;
|
| class DataUseGroupProvider;
|
|
|