| Index: chrome/browser/profiles/profile_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
|
| index 0887443c62eda2a2bf72abcb81d1f619c9f5358c..dbdbea23944e5a9a99802683c106b13889b25950 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -77,7 +77,6 @@ class ChannelIDService;
|
| class ClientCertStore;
|
| class CookieStore;
|
| class CTVerifier;
|
| -class FtpTransactionFactory;
|
| class HttpServerProperties;
|
| class HttpTransactionFactory;
|
| class ProxyConfigService;
|
| @@ -368,7 +367,7 @@ class ProfileIOData {
|
| std::unique_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
|
| protocol_handler_interceptor,
|
| net::NetworkDelegate* network_delegate,
|
| - net::FtpTransactionFactory* ftp_transaction_factory) const;
|
| + net::HostResolver* host_resolver) const;
|
|
|
| // Called when the Profile is destroyed. |context_getters| must include all
|
| // URLRequestContextGetters that refer to the ProfileIOData's
|
|
|