| Index: net/http/http_server_properties.h
|
| diff --git a/net/http/http_server_properties.h b/net/http/http_server_properties.h
|
| index 3a264a9bce74f3cdad97f95cba6c06d26e6c2691..fc19d24e18b103a384f34507ddf30a277dd5582c 100644
|
| --- a/net/http/http_server_properties.h
|
| +++ b/net/http/http_server_properties.h
|
| @@ -240,7 +240,7 @@ class NET_EXPORT HttpServerProperties {
|
|
|
| // Return all alternative services for |origin|, including broken ones.
|
| // Returned alternative services never have empty hostnames.
|
| - virtual AlternativeServiceVector GetAlternativeServices(
|
| + virtual AlternativeServiceInfoVector GetAlternativeServiceInfos(
|
| const url::SchemeHostPort& origin) = 0;
|
|
|
| // Set a single alternative service for |origin|. Previous alternative
|
|
|