| Index: net/quic/chromium/crypto/proof_source_chromium.cc
|
| diff --git a/net/quic/chromium/crypto/proof_source_chromium.cc b/net/quic/chromium/crypto/proof_source_chromium.cc
|
| index fb14ba027bd23fbc5db08d8991aef74a11367622..4f5608a0dd0d2d8cebf717c2f733a71a222cdece 100644
|
| --- a/net/quic/chromium/crypto/proof_source_chromium.cc
|
| +++ b/net/quic/chromium/crypto/proof_source_chromium.cc
|
| @@ -81,7 +81,7 @@ bool ProofSourceChromium::GetProofInner(
|
| const string& hostname,
|
| const string& server_config,
|
| QuicVersion quic_version,
|
| - base::StringPiece chlo_hash,
|
| + QuicStringPiece chlo_hash,
|
| const QuicTagVector& /* connection_options */,
|
| QuicReferenceCountedPointer<ProofSource::Chain>* out_chain,
|
| QuicCryptoProof* proof) {
|
| @@ -137,7 +137,7 @@ void ProofSourceChromium::GetProof(const QuicSocketAddress& server_addr,
|
| const std::string& hostname,
|
| const std::string& server_config,
|
| QuicVersion quic_version,
|
| - base::StringPiece chlo_hash,
|
| + QuicStringPiece chlo_hash,
|
| const QuicTagVector& connection_options,
|
| std::unique_ptr<Callback> callback) {
|
| // As a transitional implementation, just call the synchronous version of
|
|
|