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 032cce67ce43f80c0a237693b83827e04ecee553..c472b3f033b913d3779a6f14a1ddf8ac4fa368d0 100644 |
--- a/chrome/browser/profiles/profile_io_data.h |
+++ b/chrome/browser/profiles/profile_io_data.h |
@@ -47,6 +47,7 @@ class CertTrustAnchorProvider; |
class CertVerifier; |
class CookieStore; |
class FraudulentCertificateReporter; |
+class FtpTransactionFactory; |
class HttpServerProperties; |
class HttpTransactionFactory; |
class ServerBoundCertService; |
@@ -294,8 +295,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(); |