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 e9f576fd6c78d08a498f18f9a1a95c60cfafb332..6096cf7be913ae833c5f89d4c40a066572b2b48b 100644 |
--- a/net/http/http_server_properties_impl.h |
+++ b/net/http/http_server_properties_impl.h |
@@ -102,7 +102,7 @@ class NET_EXPORT HttpServerPropertiesImpl |
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; |