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 1ae73d3e5f4bf91a63090c54afefffbfcd8f291a..baeb375e0e6b73f14bbacd267843f0da645c5edf 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.h |
+++ b/chrome/browser/profiles/profile_impl_io_data.h |
@@ -27,6 +27,7 @@ class CookieCryptoDelegate; |
namespace data_reduction_proxy { |
class DataReductionProxyConfigurator; |
class DataReductionProxyNetworkDelegate; |
+class DataReductionProxyUIService; |
} // namespace data_reduction_proxy |
namespace domain_reliability { |
@@ -77,6 +78,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); |