summaryrefslogtreecommitdiffstats
path: root/net/quic/crypto/chacha20_poly1305_rfc7539_decrypter.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/quic/crypto/chacha20_poly1305_rfc7539_decrypter.h')
-rw-r--r--net/quic/crypto/chacha20_poly1305_rfc7539_decrypter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/quic/crypto/chacha20_poly1305_rfc7539_decrypter.h b/net/quic/crypto/chacha20_poly1305_rfc7539_decrypter.h
index 3889216..57609d0 100644
--- a/net/quic/crypto/chacha20_poly1305_rfc7539_decrypter.h
+++ b/net/quic/crypto/chacha20_poly1305_rfc7539_decrypter.h
@@ -42,7 +42,7 @@ class NET_EXPORT_PRIVATE ChaCha20Poly1305Rfc7539Decrypter
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