| 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 34fdecb6a916af5746004febe8686471c87e77fc..851e7f51b62b1fe108c4f7cbc8d3a87cf0a58ccc 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -43,6 +43,7 @@ class ResourcePrefetchPredictorObserver;
|
| namespace net {
|
| class CookieStore;
|
| class FraudulentCertificateReporter;
|
| +class FtpTransactionFactory;
|
| class HttpServerProperties;
|
| class HttpTransactionFactory;
|
| class ServerBoundCertService;
|
| @@ -248,8 +249,7 @@ class ProfileIOData {
|
| scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
|
| protocol_handler_interceptor,
|
| net::NetworkDelegate* network_delegate,
|
| - net::FtpTransactionFactory* ftp_transaction_factory,
|
| - net::FtpAuthCache* ftp_auth_cache) const;
|
| + net::FtpTransactionFactory* ftp_transaction_factory) const;
|
|
|
| // Lazy initializes the ProfileIOData object the first time a request context
|
| // is requested. The lazy logic is implemented here. The actual initialization
|
|
|