| Index: net/quic/quic_framer_test.cc
|
| diff --git a/net/quic/quic_framer_test.cc b/net/quic/quic_framer_test.cc
|
| index ac4a39c289002a3df14f809da347bcd2628f6a58..d770db9da04914a8b486c6f987ce2bb0eeb0d17b 100644
|
| --- a/net/quic/quic_framer_test.cc
|
| +++ b/net/quic/quic_framer_test.cc
|
| @@ -154,8 +154,8 @@ class TestDecrypter : public QuicDecrypter {
|
| bool SetNoncePrefix(StringPiece nonce_prefix) override { return true; }
|
| bool 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) override {
|
|
|