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 417fa7868838e1bbee3b9fe2376fdca93b8bc85b..1c13eedd61226523d6722d8f11bc502fd5e8fbdb 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.h |
+++ b/chrome/browser/profiles/profile_impl_io_data.h |
@@ -139,6 +139,7 @@ class ProfileImplIOData : public ProfileIOData { |
mutable scoped_ptr<net::HttpTransactionFactory> main_http_factory_; |
mutable scoped_ptr<net::HttpTransactionFactory> media_http_factory_; |
+ mutable scoped_ptr<net::FtpTransactionFactory> ftp_factory_; |
mutable scoped_ptr<chrome_browser_net::Predictor> predictor_; |
mutable scoped_ptr<chrome_browser_net::HttpServerPropertiesManager> |