Index: trunk/src/chrome/browser/profiles/profile_io_data.h |
=================================================================== |
--- trunk/src/chrome/browser/profiles/profile_io_data.h (revision 188924) |
+++ trunk/src/chrome/browser/profiles/profile_io_data.h (working copy) |
@@ -45,7 +45,6 @@ |
namespace net { |
class CookieStore; |
class FraudulentCertificateReporter; |
-class FtpTransactionFactory; |
class HttpServerProperties; |
class HttpTransactionFactory; |
class ServerBoundCertService; |
@@ -287,7 +286,8 @@ |
scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory> |
protocol_handler_interceptor, |
net::NetworkDelegate* network_delegate, |
- net::FtpTransactionFactory* ftp_transaction_factory) const; |
+ net::FtpTransactionFactory* ftp_transaction_factory, |
+ net::FtpAuthCache* ftp_auth_cache) const; |
// Called when the profile is destroyed. |
void ShutdownOnUIThread(); |