Chromium Code Reviews| 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..6d9279dcff9483e87852df6679155ae8c4be45d2 100644 |
| --- a/chrome/browser/profiles/profile_impl_io_data.h |
| +++ b/chrome/browser/profiles/profile_impl_io_data.h |
| @@ -76,6 +76,10 @@ class ProfileImplIOData : public ProfileIOData { |
| data_reduction_proxy_params, |
| scoped_ptr<data_reduction_proxy::DataReductionProxyStatisticsPrefs> |
| data_reduction_proxy_statistics_prefs, |
| +#if defined(OS_ANDROID) |
|
bengr
2014/12/17 00:30:19
Remove the #if defined.
megjablon
2014/12/23 02:18:03
We decided not to have a base class as discussed o
|
| + scoped_ptr<data_reduction_proxy::DataReductionProxyUIService> |
|
bengr
2014/12/17 00:30:19
Forward declare.
megjablon
2014/12/23 02:18:03
Done.
|
| + data_reduction_proxy_ui_service, |
| +#endif |
| scoped_ptr<data_reduction_proxy::DataReductionProxyEventStore> |
| data_reduction_proxy_event_store); |