Index: net/http/http_server_properties_impl.cc |
diff --git a/net/http/http_server_properties_impl.cc b/net/http/http_server_properties_impl.cc |
index b844224ca9b53047e63105e762827efd6e5ba30b..1bf541bf0ea68607dc384d7f2f5c1bb266db827b 100644 |
--- a/net/http/http_server_properties_impl.cc |
+++ b/net/http/http_server_properties_impl.cc |
@@ -67,7 +67,7 @@ void HttpServerPropertiesImpl::InitializeAlternateProtocolServers( |
} |
// Attempt to find canonical servers. |
- int canonical_ports[] = { 80, 443 }; |
+ uint16 canonical_ports[] = { 80, 443 }; |
for (size_t i = 0; i < canonical_suffixes_.size(); ++i) { |
std::string canonical_suffix = canonical_suffixes_[i]; |
for (size_t j = 0; j < arraysize(canonical_ports); ++j) { |