| 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 39c9c3b22f988d063a0c46e85b086d20ecdb31c2..d9634b0bf5633f33b49e18506133356e21a175c8 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -44,6 +44,7 @@ class ResourcePrefetchPredictorObserver;
|
| namespace net {
|
| class CookieStore;
|
| class FraudulentCertificateReporter;
|
| +class FtpTransactionFactory;
|
| class HttpServerProperties;
|
| class HttpTransactionFactory;
|
| class ServerBoundCertService;
|
| @@ -293,8 +294,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;
|
|
|
| // Called when the profile is destroyed.
|
| void ShutdownOnUIThread();
|
|
|