| 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 383fc4077441835204392cd985a141cf39c2f8e1..a081693d7c6478ce5b8e26941a012f794a9db527 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.h
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.h
|
| @@ -26,6 +26,7 @@ class CookieCryptoDelegate;
|
|
|
| namespace data_reduction_proxy {
|
| class DataReductionProxyNetworkDelegate;
|
| +class DataReductionProxyUIService;
|
| } // namespace data_reduction_proxy
|
|
|
| namespace domain_reliability {
|
| @@ -76,6 +77,10 @@ class ProfileImplIOData : public ProfileIOData {
|
| data_reduction_proxy_params,
|
| scoped_ptr<data_reduction_proxy::DataReductionProxyStatisticsPrefs>
|
| data_reduction_proxy_statistics_prefs,
|
| +#if defined(OS_ANDROID)
|
| + scoped_ptr<data_reduction_proxy::DataReductionProxyUIService>
|
| + data_reduction_proxy_ui_service,
|
| +#endif
|
| scoped_ptr<data_reduction_proxy::DataReductionProxyEventStore>
|
| data_reduction_proxy_event_store);
|
|
|
|
|