| Index: chrome/browser/profiles/profile_impl_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h
|
| index a4bb5f68c7a18125c51468b895c10ae1707ae622..2ff684adcfdb1a1a600655c696e6d426d84f1366 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.h
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.h
|
| @@ -69,7 +69,9 @@ class ProfileImplIOData : public ProfileIOData {
|
| scoped_ptr<data_reduction_proxy::DataReductionProxyParams>
|
| data_reduction_proxy_params,
|
| scoped_ptr<data_reduction_proxy::DataReductionProxyStatisticsPrefs>
|
| - data_reduction_proxy_statistics_prefs);
|
| + data_reduction_proxy_statistics_prefs,
|
| + scoped_ptr<data_reduction_proxy::DataReductionProxyUIService>
|
| + data_reduction_proxy_service);
|
|
|
| // These Create*ContextGetter() functions are only exposed because the
|
| // circular relationship between Profile, ProfileIOData::Handle, and the
|
|
|