| Index: components/grpc_support/test/get_stream_engine.cc
|
| diff --git a/components/grpc_support/test/get_stream_engine.cc b/components/grpc_support/test/get_stream_engine.cc
|
| index 8385f54fa2e4f19ed0aa384c8bbc6a2e6bbe0361..7c131676385ebb920c2a9095558a6e0607d9412b 100644
|
| --- a/components/grpc_support/test/get_stream_engine.cc
|
| +++ b/components/grpc_support/test/get_stream_engine.cc
|
| @@ -18,6 +18,7 @@
|
| #include "net/dns/mapped_host_resolver.h"
|
| #include "net/dns/mock_host_resolver.h"
|
| #include "net/http/http_server_properties_impl.h"
|
| +#include "net/quic/core/quic_versions.h"
|
| #include "net/url_request/url_request_test_util.h"
|
|
|
| namespace grpc_support {
|
| @@ -54,7 +55,8 @@ class BidirectionalStreamTestURLRequestContextGetter
|
| net::AlternativeService alternative_service(net::kProtoQUIC, "", 443);
|
| url::SchemeHostPort quic_hint_server("https", kTestServerHost, 443);
|
| server_properties_->SetAlternativeService(
|
| - quic_hint_server, alternative_service, base::Time::Max());
|
| + quic_hint_server, alternative_service, base::Time::Max(),
|
| + net::QuicVersionVector());
|
|
|
| request_context_->set_cert_verifier(mock_cert_verifier_.get());
|
| request_context_->set_host_resolver(host_resolver_.get());
|
|
|