| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h
|
| index bbda9ae47305c2b4de1a91359a28f8a2f3a933d2..e86cb5af22a1562629d347b95a49f2d25162f80b 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h
|
| @@ -12,8 +12,6 @@
|
| #include "base/time/time.h"
|
| #include "net/proxy/proxy_service.h"
|
|
|
| -class GURL;
|
| -
|
| namespace net {
|
|
|
| class HttpResponseHeaders;
|
| @@ -22,8 +20,6 @@ class HttpResponseHeaders;
|
|
|
| namespace data_reduction_proxy {
|
|
|
| -class DataReductionProxyEventCreator;
|
| -
|
| // Values of the UMA DataReductionProxy.BypassType{Primary|Fallback} and
|
| // DataReductionProxy.BlockType{Primary|Fallback} histograms. This enum must
|
| // remain synchronized with the enum of the same name in
|
|
|