Chromium Code Reviews| Index: net/socket/server_socket.h |
| diff --git a/net/socket/server_socket.h b/net/socket/server_socket.h |
| index 4b9ca8e39cfa0c35e0948fe30ac7152d022c7b11..ab77a8e90158997a341260cf23059fed7431b78a 100644 |
| --- a/net/socket/server_socket.h |
| +++ b/net/socket/server_socket.h |
| @@ -30,7 +30,7 @@ class NET_EXPORT ServerSocket { |
| // Subclasses may override this function if |address_string| is in a different |
| // format, for example, unix domain socket path. |
| virtual int ListenWithAddressAndPort(const std::string& address_string, |
| - int port, |
| + uint16 port, |
|
mmenke
2014/11/18 21:06:39
include basictypes.h
Peter Kasting
2014/11/18 23:38:43
Done.
|
| int backlog); |
| // Gets current address the socket is bound to. |