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