| 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 68b8260e43e88f9beb701d3d3bed1b1b0d7105d7..5d4ed1805a2c7797374c2e092f96723d76c5848b 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.h
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.h
|
| @@ -14,6 +14,8 @@
|
| #include "chrome/browser/profiles/profile_io_data.h"
|
| #include "content/public/browser/cookie_store_factory.h"
|
|
|
| +class JsonPrefStore;
|
| +
|
| namespace chrome_browser_net {
|
| class Predictor;
|
| } // namespace chrome_browser_net
|
| @@ -215,6 +217,8 @@ class ProfileImplIOData : public ProfileIOData {
|
| // Lazy initialization params.
|
| mutable scoped_ptr<LazyParams> lazy_params_;
|
|
|
| + mutable scoped_refptr<JsonPrefStore> network_json_store_;
|
| +
|
| mutable scoped_ptr<net::HttpTransactionFactory> main_http_factory_;
|
| mutable scoped_ptr<net::FtpTransactionFactory> ftp_factory_;
|
|
|
|
|