Index: chrome/browser/net/http_server_properties_manager.h |
diff --git a/chrome/browser/net/http_server_properties_manager.h b/chrome/browser/net/http_server_properties_manager.h |
index 5a0b2a5a6886b7c7e60e472d419f67b5ec97919c..b27c17ae27582ff18cc08f074b14ef2e37b54a07 100644 |
--- a/chrome/browser/net/http_server_properties_manager.h |
+++ b/chrome/browser/net/http_server_properties_manager.h |
@@ -89,7 +89,7 @@ class HttpServerPropertiesManager |
// Returns true if |server| supports SPDY. Should only be called from IO |
// thread. |
- virtual bool SupportsSpdy(const net::HostPortPair& server) const OVERRIDE; |
+ virtual bool SupportsSpdy(const net::HostPortPair& server) OVERRIDE; |
// Add |server| as the SPDY server which supports SPDY protocol into the |
// persisitent store. Should only be called from IO thread. |