Index: components/data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.h |
diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.h b/components/data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.h |
index 087a783017f9c2e2852298803c8d3a72187556fb..b170e89e4c199c3fa86f88817965d6dcf4de4189 100644 |
--- a/components/data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.h |
+++ b/components/data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.h |
@@ -22,6 +22,8 @@ class TestingPrefServiceSimple; |
namespace data_reduction_proxy { |
+class DataReductionProxyStatisticsPrefs; |
+ |
class TestDataReductionProxyConfig : public DataReductionProxyConfigurator { |
public: |
TestDataReductionProxyConfig(); |
@@ -164,6 +166,7 @@ class DataReductionProxySettingsTestBase : public testing::Test { |
scoped_ptr<TestDataReductionProxyParams> expected_params_; |
base::Time last_update_time_; |
bool proxy_enabled_; |
+ scoped_ptr<DataReductionProxyStatisticsPrefs> statistics_prefs_; |
}; |
// Test implementations should be subclasses of an instantiation of this |