| 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 dedb29afb065bc77cb2848b5da94c83877ad0e89..9ba3eeb6d3ba7942fcf78facd9d91b5481eec3d4 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.h
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.h
|
| @@ -12,6 +12,7 @@
|
| #include "chrome/browser/custom_handlers/protocol_handler_registry.h"
|
| #include "chrome/browser/net/chrome_url_request_context_getter.h"
|
| #include "chrome/browser/profiles/profile_io_data.h"
|
| +#include "chrome/common/chrome_switches.h"
|
| #include "components/prefs/pref_store.h"
|
| #include "content/public/browser/cookie_store_factory.h"
|
|
|
| @@ -226,6 +227,8 @@ class ProfileImplIOData : public ProfileIOData {
|
|
|
| mutable std::unique_ptr<previews::PreviewsIOData> previews_io_data_;
|
|
|
| + mutable std::unique_ptr<net::ReportingService> reporting_service_;
|
| +
|
| // Parameters needed for isolated apps.
|
| base::FilePath profile_path_;
|
| int app_cache_max_size_;
|
|
|