| Index: net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc
|
| diff --git a/net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc b/net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc
|
| index abbc56586725c8feeb0e32c60515ec8295a00168..d4480f49b2cfaf803bb305317547f79c3d9e5de0 100644
|
| --- a/net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc
|
| +++ b/net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc
|
| @@ -28,7 +28,7 @@ Aes128Gcm12Decrypter::Aes128Gcm12Decrypter()
|
| Aes128Gcm12Decrypter::~Aes128Gcm12Decrypter() {}
|
|
|
| void Aes128Gcm12Decrypter::FillAeadParams(StringPiece nonce,
|
| - const StringPiece& associated_data,
|
| + StringPiece associated_data,
|
| size_t auth_tag_size,
|
| AeadParams* aead_params) const {
|
| aead_params->len = sizeof(aead_params->data.gcm_params);
|
|
|