| 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 3ddffb8af0a5c913b9e9d623be7c88b37714b976..bb91f3d256eb0a16959b1c07846638c8fcef5481 100644
|
| --- a/net/http/http_server_properties_impl.h
|
| +++ b/net/http/http_server_properties_impl.h
|
| @@ -87,12 +87,12 @@
|
| bool support_spdy) OVERRIDE;
|
|
|
| // Returns true if |server| has an Alternate-Protocol header.
|
| - virtual bool HasAlternateProtocol(const HostPortPair& server) OVERRIDE;
|
| + virtual bool HasAlternateProtocol(const HostPortPair& server) const OVERRIDE;
|
|
|
| // Returns the Alternate-Protocol and port for |server|.
|
| // HasAlternateProtocol(server) must be true.
|
| virtual PortAlternateProtocolPair GetAlternateProtocol(
|
| - const HostPortPair& server) OVERRIDE;
|
| + const HostPortPair& server) const OVERRIDE;
|
|
|
| // Sets the Alternate-Protocol for |server|.
|
| virtual void SetAlternateProtocol(
|
|
|