Index: net/socket/tcp_socket_unittest.cc |
diff --git a/net/socket/tcp_socket_unittest.cc b/net/socket/tcp_socket_unittest.cc |
index 198138860fc9d1a1df53ea2e7e3ae943c906cb49..24e1f751c5834ca6750f20e38a24b9c6caed4174 100644 |
--- a/net/socket/tcp_socket_unittest.cc |
+++ b/net/socket/tcp_socket_unittest.cc |
@@ -56,7 +56,9 @@ class TCPSocketTest : public PlatformTest { |
*success = true; |
} |
- void ParseAddress(const std::string& ip_str, int port, IPEndPoint* address) { |
+ void ParseAddress(const std::string& ip_str, |
+ uint16 port, |
+ IPEndPoint* address) { |
IPAddressNumber ip_number; |
bool rv = ParseIPLiteralToNumber(ip_str, &ip_number); |
if (!rv) |