| Index: net/quic/test_tools/crypto_test_utils.cc
|
| diff --git a/net/quic/test_tools/crypto_test_utils.cc b/net/quic/test_tools/crypto_test_utils.cc
|
| index a64ac1c64d015ad498d337b3e0e6293e43c97229..dedbcb3ee17886309342e6af8a871bef10861961 100644
|
| --- a/net/quic/test_tools/crypto_test_utils.cc
|
| +++ b/net/quic/test_tools/crypto_test_utils.cc
|
| @@ -571,7 +571,7 @@ uint64_t CryptoTestUtils::LeafCertHashForTesting() {
|
| std::unique_ptr<ProofSource> proof_source(
|
| CryptoTestUtils::ProofSourceForTesting());
|
| if (!proof_source->GetProof(server_ip, "", "", AllSupportedVersions().front(),
|
| - "", &chain, &sig, &cert_sct) ||
|
| + "", QuicTagVector(), &chain, &sig, &cert_sct) ||
|
| chain->certs.empty()) {
|
| DCHECK(false) << "Proof generation failed";
|
| return 0;
|
|
|