Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1122)

Unified Diff: net/quic/core/quic_packet_generator.cc

Issue 2340583002: Make DiversificationNonce a std::array (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/core/quic_packet_generator.h ('k') | net/quic/core/quic_protocol.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_packet_generator.cc
diff --git a/net/quic/core/quic_packet_generator.cc b/net/quic/core/quic_packet_generator.cc
index 8f43aad5cc6d0374208ab0c73f133ed610a4bc67..84f6bb692960c56206acc63a874f7fa0d7dc078d 100644
--- a/net/quic/core/quic_packet_generator.cc
+++ b/net/quic/core/quic_packet_generator.cc
@@ -264,7 +264,7 @@ void QuicPacketGenerator::StopSendingVersion() {
}
void QuicPacketGenerator::SetDiversificationNonce(
- const DiversificationNonce nonce) {
+ const DiversificationNonce& nonce) {
packet_creator_.SetDiversificationNonce(nonce);
}
« no previous file with comments | « net/quic/core/quic_packet_generator.h ('k') | net/quic/core/quic_protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698