Index: net/ftp/ftp_network_transaction.h |
diff --git a/net/ftp/ftp_network_transaction.h b/net/ftp/ftp_network_transaction.h |
index 5eb6aae73611bbaee3f2b76b26c4a39715131a1d..96b3b8cbccf2746873eeb1be93df6a2e0b04a18e 100644 |
--- a/net/ftp/ftp_network_transaction.h |
+++ b/net/ftp/ftp_network_transaction.h |
@@ -41,7 +41,8 @@ class NET_EXPORT_PRIVATE FtpNetworkTransaction : public FtpTransaction { |
const BoundNetLog& net_log) OVERRIDE; |
virtual int RestartWithAuth(const AuthCredentials& credentials, |
const CompletionCallback& callback) OVERRIDE; |
- virtual int Read(IOBuffer* buf, int buf_len, |
+ virtual int Read(IOBuffer* buf, |
+ int buf_len, |
const CompletionCallback& callback) OVERRIDE; |
virtual const FtpResponseInfo* GetResponseInfo() const OVERRIDE; |
virtual LoadState GetLoadState() const OVERRIDE; |