| 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 eb8ef0ee48e0a8390b9ea2ad87cb8655e3a68ef8..7c599e7d011cbff6102fc25893a8a80ed1f62f83 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
|
| @@ -167,6 +167,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
|
|
|