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 bfb7ff1b64123ed796b0218ff2096c3845af4b88..8aee1b07392d06f16170d9c18c9444b3fc5460f8 100644 |
--- a/net/http/http_server_properties_manager.h |
+++ b/net/http/http_server_properties_manager.h |
@@ -102,7 +102,7 @@ class NET_EXPORT HttpServerPropertiesManager : public HttpServerProperties { |
const AlternativeService& alternative_service) override; |
void ClearAlternativeService(const HostPortPair& origin) override; |
const AlternativeServiceMap& alternative_service_map() const override; |
- base::Value* GetAlternativeServiceInfoAsValue() const override; |
+ scoped_ptr<base::Value> GetAlternativeServiceInfoAsValue() const override; |
void SetAlternativeServiceProbabilityThreshold(double threshold) override; |
const SettingsMap& GetSpdySettings( |
const HostPortPair& host_port_pair) override; |