| 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 65ecd110ab9e221008e6efa3587ea0afb5c84ec9..56ce061ae62584db57d0406bfb2c21c7ffbf977d 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) {
|
|
|