Index: net/socket/tcp_client_socket.h |
diff --git a/net/socket/tcp_client_socket.h b/net/socket/tcp_client_socket.h |
index 970da2a026ff87799fe4a70dc7dba4044e00ba07..d39de3f06808f7fe8c10e915b1f556b9847de72f 100644 |
--- a/net/socket/tcp_client_socket.h |
+++ b/net/socket/tcp_client_socket.h |
@@ -56,9 +56,11 @@ class NET_EXPORT TCPClientSocket : public StreamSocket { |
// Socket implementation. |
// Multiple outstanding requests are not supported. |
// Full duplex mode (reading and writing at the same time) is supported. |
- virtual int Read(IOBuffer* buf, int buf_len, |
+ virtual int Read(IOBuffer* buf, |
+ int buf_len, |
const CompletionCallback& callback) OVERRIDE; |
- virtual int Write(IOBuffer* buf, int buf_len, |
+ virtual int Write(IOBuffer* buf, |
+ int buf_len, |
const CompletionCallback& callback) OVERRIDE; |
virtual int SetReceiveBufferSize(int32 size) OVERRIDE; |
virtual int SetSendBufferSize(int32 size) OVERRIDE; |