| 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 32c5f36a08d50fd3025188b8740d1fc1f244c72b..116b81f6625e85a35a905f172a676bb5cbbda4bb 100644
|
| --- a/net/http/http_server_properties_impl.h
|
| +++ b/net/http/http_server_properties_impl.h
|
| @@ -69,9 +69,9 @@ class NET_EXPORT HttpServerPropertiesImpl
|
| // unittests.
|
| static std::string GetFlattenedSpdyServer(const HostPortPair& host_port_pair);
|
|
|
| - // Returns the canonical host suffix for |host|, or std::string() if none
|
| + // Returns the canonical host suffix for |host|, or nullptr if none
|
| // exists.
|
| - std::string GetCanonicalSuffix(const std::string& host);
|
| + const std::string* GetCanonicalSuffix(const std::string& host) const;
|
|
|
| // -----------------------------
|
| // HttpServerProperties methods:
|
|
|