| 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 c7b4d1eb300268567eb737c16d47dc12bd14df5c..6fdba631bf103ef98fc8f1b398b950de18052407 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.h
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.h
|
| @@ -150,6 +150,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<net::FtpAuthCache> ftp_auth_cache_;
|
|
|
| mutable scoped_ptr<chrome_browser_net::Predictor> predictor_;
|
|
|
|
|