summaryrefslogtreecommitdiffstats
path: root/net/ftp/ftp_network_transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/ftp/ftp_network_transaction.h')
-rw-r--r--net/ftp/ftp_network_transaction.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ftp/ftp_network_transaction.h b/net/ftp/ftp_network_transaction.h
index 1a9c521f..447d271 100644
--- a/net/ftp/ftp_network_transaction.h
+++ b/net/ftp/ftp_network_transaction.h
@@ -31,9 +31,9 @@ class FtpNetworkTransaction : public FtpTransaction {
virtual ~FtpNetworkTransaction();
// FtpTransaction methods:
- virtual int Start(LoadLog* load_log,
- const FtpRequestInfo* request_info,
- CompletionCallback* callback);
+ virtual int Start(const FtpRequestInfo* request_info,
+ CompletionCallback* callback,
+ LoadLog* load_log);
virtual int Stop(int error);
virtual int RestartWithAuth(const std::wstring& username,
const std::wstring& password,