| 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 0ece527aee589e038befe1becee6b7973050b6de..1fabf8d2c2c4a444b1593927d31769cda72e91b6 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
|
| @@ -162,6 +162,7 @@ class DataReductionProxySettingsTestBase : public testing::Test {
|
| }
|
|
|
| TestingPrefServiceSimple pref_service_;
|
| + DataReductionProxyDelayedPrefService* delayed_pref_service_;
|
| scoped_ptr<DataReductionProxySettings> settings_;
|
| scoped_ptr<TestDataReductionProxyParams> expected_params_;
|
| base::Time last_update_time_;
|
|
|