Chromium Code Reviews| 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..6b51d39b598c2df1ed0fa17e98eb71a48ab01210 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 |
| @@ -163,6 +163,7 @@ class DataReductionProxySettingsTestBase : public testing::Test { |
| TestingPrefServiceSimple pref_service_; |
| scoped_ptr<DataReductionProxyConfigurator> configurator_; |
| + DataReductionProxyStatisticsPrefs* statistics_prefs_; |
|
bengr
2014/08/27 04:53:25
This should be a scoped_ptr<>
megjablon
2014/08/28 20:44:07
Done.
|
| scoped_ptr<DataReductionProxySettings> settings_; |
| scoped_ptr<TestDataReductionProxyParams> expected_params_; |
| base::Time last_update_time_; |