| Index: net/quic/quic_framer.cc
|
| diff --git a/net/quic/quic_framer.cc b/net/quic/quic_framer.cc
|
| index ec849f1cd81c834100be99515645a39eee523c16..fa667f24f504f567af33fa5e4965ce40efd7cd54 100644
|
| --- a/net/quic/quic_framer.cc
|
| +++ b/net/quic/quic_framer.cc
|
| @@ -1702,7 +1702,7 @@ bool QuicFramer::DecryptPayload(QuicDataReader* encrypted_reader,
|
| size_t* decrypted_length) {
|
| StringPiece encrypted = encrypted_reader->ReadRemainingPayload();
|
| DCHECK(decrypter_.get() != nullptr);
|
| - const StringPiece& associated_data = GetAssociatedDataFromEncryptedPacket(
|
| + StringPiece associated_data = GetAssociatedDataFromEncryptedPacket(
|
| packet, header.public_header.connection_id_length,
|
| header.public_header.version_flag, header.public_header.multipath_flag,
|
| header.public_header.packet_number_length);
|
|
|