| Index: net/socket/unix_domain_server_socket_posix.cc
|
| diff --git a/net/socket/unix_domain_server_socket_posix.cc b/net/socket/unix_domain_server_socket_posix.cc
|
| index 4d6328310ff8af889410215c64bc09c045319a58..6866d3632c7a805c8168c7081076a0db56051e18 100644
|
| --- a/net/socket/unix_domain_server_socket_posix.cc
|
| +++ b/net/socket/unix_domain_server_socket_posix.cc
|
| @@ -67,7 +67,7 @@ int UnixDomainServerSocket::Listen(const IPEndPoint& address, int backlog) {
|
|
|
| int UnixDomainServerSocket::ListenWithAddressAndPort(
|
| const std::string& unix_domain_path,
|
| - int port_unused,
|
| + uint16 port_unused,
|
| int backlog) {
|
| DCHECK(!listen_socket_);
|
|
|
|
|