| Index: net/quic/chromium/crypto/proof_test_chromium.cc
|
| diff --git a/net/quic/chromium/crypto/proof_test_chromium.cc b/net/quic/chromium/crypto/proof_test_chromium.cc
|
| index eb4a61b298f7bd96c1addc87c145c11a33fd5295..f6bfd15b593c51cdd0370e91771b3f8e42b2d13f 100644
|
| --- a/net/quic/chromium/crypto/proof_test_chromium.cc
|
| +++ b/net/quic/chromium/crypto/proof_test_chromium.cc
|
| @@ -56,7 +56,7 @@ void RunVerification(ProofVerifier* verifier,
|
| const uint16_t port,
|
| const string& server_config,
|
| QuicVersion quic_version,
|
| - StringPiece chlo_hash,
|
| + QuicStringPiece chlo_hash,
|
| const std::vector<string>& certs,
|
| const string& proof,
|
| bool expected_ok) {
|
|
|