| Index: net/quic/crypto/proof_test.cc
|
| diff --git a/net/quic/crypto/proof_test.cc b/net/quic/crypto/proof_test.cc
|
| index 67055be07fd45f60d6bfae684829a5d07b138e14..d24c9e07257c35a8df5113fcc0118794d095fbde 100644
|
| --- a/net/quic/crypto/proof_test.cc
|
| +++ b/net/quic/crypto/proof_test.cc
|
| @@ -236,7 +236,7 @@ TEST(ProofTest, VerifyRSAKnownAnswerTest) {
|
| };
|
|
|
| scoped_ptr<ProofVerifier> verifier(
|
| - CryptoTestUtils::ProofVerifierForTesting());
|
| + CryptoTestUtils::RealProofVerifierForTesting());
|
|
|
| const string server_config = "server config bytes";
|
| const string hostname = "test.example.com";
|
| @@ -318,7 +318,7 @@ TEST(ProofTest, VerifyECDSAKnownAnswerTest) {
|
| };
|
|
|
| scoped_ptr<ProofVerifier> verifier(
|
| - CryptoTestUtils::ProofVerifierForTesting());
|
| + CryptoTestUtils::RealProofVerifierForTesting());
|
|
|
| const string server_config = "server config bytes";
|
| const string hostname = "test.example.com";
|
|
|