| Index: net/quic/crypto/proof_test.cc
|
| diff --git a/net/quic/crypto/proof_test.cc b/net/quic/crypto/proof_test.cc
|
| index 697674cfccbc489455c91ac0a9b7f8d74887bb4c..5392a635d60e709d1ccbe3d6cd7ff25cfe50212f 100644
|
| --- a/net/quic/crypto/proof_test.cc
|
| +++ b/net/quic/crypto/proof_test.cc
|
| @@ -72,7 +72,8 @@ void RunVerification(ProofVerifier* verifier,
|
|
|
| QuicAsyncStatus status = verifier->VerifyProof(
|
| hostname, port, server_config, quic_version, chlo_hash, certs, "", proof,
|
| - verify_context.get(), &error_details, &details, callback);
|
| + verify_context.get(), &error_details, &details,
|
| + std::unique_ptr<ProofVerifierCallback>());
|
|
|
| switch (status) {
|
| case QUIC_FAILURE:
|
|
|