| Index: net/http/http_server_properties_impl.h
|
| diff --git a/net/http/http_server_properties_impl.h b/net/http/http_server_properties_impl.h
|
| index 7a5441c57fbebffea2432701bead388ae51f67cb..fd98bec41745e0c3c31a457c228487373fa78511 100644
|
| --- a/net/http/http_server_properties_impl.h
|
| +++ b/net/http/http_server_properties_impl.h
|
| @@ -63,9 +63,9 @@ class NET_EXPORT HttpServerPropertiesImpl
|
| static void ForceAlternateProtocol(const AlternateProtocolInfo& pair);
|
| static void DisableForcedAlternateProtocol();
|
|
|
| - // Returns the canonical host suffix for |server|, or std::string() if none
|
| + // Returns the canonical host suffix for |host|, or std::string() if none
|
| // exists.
|
| - std::string GetCanonicalSuffix(const HostPortPair& server);
|
| + std::string GetCanonicalSuffix(const std::string& host);
|
|
|
| // -----------------------------
|
| // HttpServerProperties methods:
|
|
|