Index: net/base/ip_endpoint.cc |
diff --git a/net/base/ip_endpoint.cc b/net/base/ip_endpoint.cc |
index a0d378ee4cc6e8e5b29cc668ca475e22a3ca5155..65c5d50a8a9749ad486d1fcbf544eee90269ca60 100644 |
--- a/net/base/ip_endpoint.cc |
+++ b/net/base/ip_endpoint.cc |
@@ -25,7 +25,7 @@ IPEndPoint::IPEndPoint() : port_(0) {} |
IPEndPoint::~IPEndPoint() {} |
-IPEndPoint::IPEndPoint(const IPAddressNumber& address, int port) |
+IPEndPoint::IPEndPoint(const IPAddressNumber& address, uint16 port) |
: address_(address), |
port_(port) {} |