| Index: net/quic/core/crypto/null_decrypter.h
|
| diff --git a/net/quic/core/crypto/null_decrypter.h b/net/quic/core/crypto/null_decrypter.h
|
| index 1c0498c9b238768ad7053b22ad6369fa46e762aa..0e5a2202ad94f34a556fb1747638bcc2bfa293b8 100644
|
| --- a/net/quic/core/crypto/null_decrypter.h
|
| +++ b/net/quic/core/crypto/null_decrypter.h
|
| @@ -29,7 +29,7 @@ class NET_EXPORT_PRIVATE NullDecrypter : 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,
|
|
|