| 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 3108057866d81298b81ac49d993542e85eb6fe6a..0058267e40a4509bc5d1d628b168422c82fe027e 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.h
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.h
|
| @@ -31,7 +31,6 @@ class DomainReliabilityMonitor;
|
|
|
| namespace net {
|
| class CookieStore;
|
| -class FtpTransactionFactory;
|
| class HttpServerPropertiesManager;
|
| class SdchOwner;
|
| } // namespace net
|
| @@ -211,8 +210,6 @@ class ProfileImplIOData : public ProfileIOData {
|
|
|
| mutable scoped_refptr<JsonPrefStore> network_json_store_;
|
|
|
| - mutable std::unique_ptr<net::FtpTransactionFactory> ftp_factory_;
|
| -
|
| // Owned by URLRequestContextStorage, reference here to can be shut down on
|
| // the UI thread.
|
| net::HttpServerPropertiesManager* http_server_properties_manager_;
|
|
|