| Index: net/http/http_server_properties.h
|
| diff --git a/net/http/http_server_properties.h b/net/http/http_server_properties.h
|
| index c9a18f245ccb334161e5cbf8e35e07b04effbe59..5d38672be69ef8589ee216340e4f8f53365a8985 100644
|
| --- a/net/http/http_server_properties.h
|
| +++ b/net/http/http_server_properties.h
|
| @@ -271,7 +271,7 @@ class NET_EXPORT HttpServerProperties {
|
| virtual const AlternativeServiceMap& alternative_service_map() const = 0;
|
|
|
| // Returns all alternative service mappings as human readable strings.
|
| - virtual base::Value* GetAlternativeServiceInfoAsValue() const = 0;
|
| + virtual scoped_ptr<base::Value> GetAlternativeServiceInfoAsValue() const = 0;
|
|
|
| // Sets the threshold to be used when evaluating alternative service
|
| // advertisments. Only advertisements with a probability greater than or equal
|
|
|