| Index: net/quic/core/quic_packet_creator.h
|
| diff --git a/net/quic/core/quic_packet_creator.h b/net/quic/core/quic_packet_creator.h
|
| index eb0c0fc47f42fc2cea47dc7cc205ee7a10fb7591..fc623b351d7c4e1f65c0049f234b68fad59d5b7a 100644
|
| --- a/net/quic/core/quic_packet_creator.h
|
| +++ b/net/quic/core/quic_packet_creator.h
|
| @@ -69,7 +69,7 @@ class NET_EXPORT_PRIVATE QuicPacketCreator {
|
| // SetDiversificationNonce sets the nonce that will be sent in each public
|
| // header of packets encrypted at the initial encryption level. Should only
|
| // be called by servers.
|
| - void SetDiversificationNonce(const DiversificationNonce nonce);
|
| + void SetDiversificationNonce(const DiversificationNonce& nonce);
|
|
|
| // Update the packet number length to use in future packets as soon as it
|
| // can be safely changed.
|
|
|