| Index: net/quic/core/crypto/aead_base_decrypter.h
|
| diff --git a/net/quic/core/crypto/aead_base_decrypter.h b/net/quic/core/crypto/aead_base_decrypter.h
|
| index 824792166235206978984b04b6dfe9998db2e6c7..a47de35f7a23e9d93b71023907f393342466c0d2 100644
|
| --- a/net/quic/core/crypto/aead_base_decrypter.h
|
| +++ b/net/quic/core/crypto/aead_base_decrypter.h
|
| @@ -27,7 +27,7 @@ class NET_EXPORT_PRIVATE AeadBaseDecrypter : public QuicDecrypter {
|
| bool SetKey(base::StringPiece key) override;
|
| bool SetNoncePrefix(base::StringPiece nonce_prefix) override;
|
| bool SetPreliminaryKey(base::StringPiece key) override;
|
| - bool SetDiversificationNonce(DiversificationNonce nonce) override;
|
| + bool SetDiversificationNonce(const DiversificationNonce& nonce) override;
|
| bool DecryptPacket(QuicPathId path_id,
|
| QuicPacketNumber packet_number,
|
| base::StringPiece associated_data,
|
|
|