| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h
|
| index e65a9a5caac21ea35e64a38db29b57c69b6892db..61e68265a057436fa9a19f64f3cd73648766e7c3 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h
|
| @@ -21,7 +21,6 @@ class NetLog;
|
| class ProxyConfig;
|
| class ProxyInfo;
|
| class ProxyService;
|
| -class URLRequest;
|
| }
|
|
|
| namespace data_reduction_proxy {
|
| @@ -30,7 +29,6 @@ class DataReductionProxyBypassStats;
|
| class DataReductionProxyConfig;
|
| class DataReductionProxyConfigurator;
|
| class DataReductionProxyEventCreator;
|
| -class DataReductionProxyRequestOptions;
|
|
|
| class DataReductionProxyDelegate : public net::ProxyDelegate {
|
| public:
|
|
|