Index: net/http/http_server_properties_manager.h |
diff --git a/net/http/http_server_properties_manager.h b/net/http/http_server_properties_manager.h |
index db4c633524cdd73ea41408c8cc1bd0ec75f79e55..406905df2161dde94985e42c0debffd2577c32da 100644 |
--- a/net/http/http_server_properties_manager.h |
+++ b/net/http/http_server_properties_manager.h |
@@ -103,7 +103,7 @@ class NET_EXPORT HttpServerPropertiesManager : public HttpServerProperties { |
void ClearAlternativeService(const HostPortPair& origin) override; |
const AlternativeServiceMap& alternative_service_map() const override; |
base::Value* GetAlternativeServiceInfoAsValue() const override; |
- void SetAlternateProtocolProbabilityThreshold(double threshold) override; |
+ void SetAlternativeServiceProbabilityThreshold(double threshold) override; |
const SettingsMap& GetSpdySettings( |
const HostPortPair& host_port_pair) override; |
bool SetSpdySetting(const HostPortPair& host_port_pair, |