| Index: net/quic/crypto/null_decrypter.cc
|
| diff --git a/net/quic/crypto/null_decrypter.cc b/net/quic/crypto/null_decrypter.cc
|
| index 52217b589ba2e82bdb393ddedfb7944a8f2cc7ce..43adb67958bac6db2fec8b01b1632135f0de9bb9 100644
|
| --- a/net/quic/crypto/null_decrypter.cc
|
| +++ b/net/quic/crypto/null_decrypter.cc
|
| @@ -27,8 +27,8 @@ bool NullDecrypter::SetNoncePrefix(StringPiece nonce_prefix) {
|
|
|
| bool NullDecrypter::DecryptPacket(QuicPathId /*path_id*/,
|
| QuicPacketNumber /*packet_number*/,
|
| - const StringPiece& associated_data,
|
| - const StringPiece& ciphertext,
|
| + StringPiece associated_data,
|
| + StringPiece ciphertext,
|
| char* output,
|
| size_t* output_length,
|
| size_t max_output_length) {
|
|
|