Index: net/http/http_server_properties.h |
diff --git a/net/http/http_server_properties.h b/net/http/http_server_properties.h |
index dc36b64508bedc2892a6a0f9103de08e02d352b7..82c63b0dd859038ffde18e36b37ad6af4f93fb31 100644 |
--- a/net/http/http_server_properties.h |
+++ b/net/http/http_server_properties.h |
@@ -121,7 +121,7 @@ class NET_EXPORT HttpServerProperties { |
virtual void Clear() = 0; |
// Returns true if |server| supports SPDY. |
- virtual bool SupportsSpdy(const HostPortPair& server) const = 0; |
+ virtual bool SupportsSpdy(const HostPortPair& server) = 0; |
// Add |server| into the persistent store. Should only be called from IO |
// thread. |