| Index: net/socket/tcp_listen_socket.h
|
| diff --git a/net/socket/tcp_listen_socket.h b/net/socket/tcp_listen_socket.h
|
| index 54a91de59bbb2d1629a293334cbf7849aa50625a..90b6a40deaad2356ca5aff323c6f752058d2cc8f 100644
|
| --- a/net/socket/tcp_listen_socket.h
|
| +++ b/net/socket/tcp_listen_socket.h
|
| @@ -21,7 +21,9 @@ class NET_EXPORT TCPListenSocket : public StreamListenSocket {
|
| // Listen on port for the specified IP address. Use 127.0.0.1 to only
|
| // accept local connections.
|
| static scoped_ptr<TCPListenSocket> CreateAndListen(
|
| - const std::string& ip, int port, StreamListenSocket::Delegate* del);
|
| + const std::string& ip,
|
| + int port,
|
| + StreamListenSocket::Delegate* del);
|
|
|
| // Get raw TCP socket descriptor bound to ip:port.
|
| static SocketDescriptor CreateAndBind(const std::string& ip, int port);
|
|
|