| Index: net/quic/crypto/aes_128_gcm_12_decrypter.h
|
| diff --git a/net/quic/crypto/aes_128_gcm_12_decrypter.h b/net/quic/crypto/aes_128_gcm_12_decrypter.h
|
| index d0d305ab3d5374468a2012747e0bee338bafa807..f8b1196f46565bcb782aa636efe966c037ca09e4 100644
|
| --- a/net/quic/crypto/aes_128_gcm_12_decrypter.h
|
| +++ b/net/quic/crypto/aes_128_gcm_12_decrypter.h
|
| @@ -33,7 +33,7 @@ class NET_EXPORT_PRIVATE Aes128Gcm12Decrypter : public AeadBaseDecrypter {
|
| protected:
|
| // AeadBaseDecrypter methods:
|
| void FillAeadParams(base::StringPiece nonce,
|
| - const base::StringPiece& associated_data,
|
| + base::StringPiece associated_data,
|
| size_t auth_tag_size,
|
| AeadParams* aead_params) const override;
|
| #endif
|
|
|