summaryrefslogtreecommitdiffstats
path: root/net/http/http_server_properties_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_server_properties_impl.h')
-rw-r--r--net/http/http_server_properties_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/http/http_server_properties_impl.h b/net/http/http_server_properties_impl.h
index 0c2f27d..7d2248f 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: