Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h |
index 0de42af7d561bc0e460d04b3b8f0fdb22d2b16df..0803e22c55002c5faa3e85874c8bdccff8045b5c 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h |
@@ -47,7 +47,6 @@ namespace data_reduction_proxy { |
class ClientConfig; |
class DataReductionProxyConfigurator; |
class DataReductionProxyEventCreator; |
-class DataReductionProxyExperimentsStats; |
class DataReductionProxyMutableConfigValues; |
class DataReductionProxyRequestOptions; |
class DataReductionProxySettings; |
@@ -173,7 +172,6 @@ class TestDataReductionProxyIOData : public DataReductionProxyIOData { |
scoped_ptr<DataReductionProxyRequestOptions> request_options, |
scoped_ptr<DataReductionProxyConfigurator> configurator, |
scoped_ptr<DataReductionProxyConfigServiceClient> config_client, |
- scoped_ptr<DataReductionProxyExperimentsStats> experiments_stats, |
net::NetLog* net_log, |
bool enabled); |
~TestDataReductionProxyIOData() override; |