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 f21e4eacf49c01817523fb46027e3f982a75c8af..ccdd27c0d494a98a52c710ef65201244fbf4592b 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.h |
+++ b/chrome/browser/profiles/profile_impl_io_data.h |
@@ -31,6 +31,7 @@ class DomainReliabilityMonitor; |
namespace net { |
class CookieCryptoDelegate; |
+class CookieStore; |
class FtpTransactionFactory; |
class HttpNetworkSession; |
class HttpServerProperties; |
@@ -223,6 +224,9 @@ class ProfileImplIOData : public ProfileIOData { |
// destruction ordering. |
mutable net::HttpServerPropertiesManager* http_server_properties_manager_; |
+ mutable scoped_ptr<net::CookieStore> main_cookie_store_; |
+ mutable scoped_ptr<net::CookieStore> extensions_cookie_store_; |
+ |
mutable scoped_ptr<chrome_browser_net::Predictor> predictor_; |
mutable scoped_ptr<net::URLRequestContext> media_request_context_; |