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