| 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..9a84a51928fa3f3214314d2eab118877435c31e2 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::ProofVerifierRealForTesting());
|
|
|
| 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::ProofVerifierRealForTesting());
|
|
|
| const string server_config = "server config bytes";
|
| const string hostname = "test.example.com";
|
|
|