| Index: net/quic/crypto/aead_base_decrypter.h
|
| diff --git a/net/quic/crypto/aead_base_decrypter.h b/net/quic/crypto/aead_base_decrypter.h
|
| index edd110b54de9029c63e7f62c1f12188988b61cab..987279315a04a3f886458aeea8c55f44c53e0291 100644
|
| --- a/net/quic/crypto/aead_base_decrypter.h
|
| +++ b/net/quic/crypto/aead_base_decrypter.h
|
| @@ -40,8 +40,8 @@ class NET_EXPORT_PRIVATE AeadBaseDecrypter : public QuicDecrypter {
|
| bool SetNoncePrefix(base::StringPiece nonce_prefix) override;
|
| bool DecryptPacket(QuicPathId path_id,
|
| QuicPacketNumber packet_number,
|
| - const base::StringPiece& associated_data,
|
| - const base::StringPiece& ciphertext,
|
| + base::StringPiece associated_data,
|
| + base::StringPiece ciphertext,
|
| char* output,
|
| size_t* output_length,
|
| size_t max_output_length) override;
|
|
|