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

Unified Diff: net/quic/quic_connection_helper_test.cc

Issue 15937012: Land Recent QUIC changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small bug fixes Created 7 years, 7 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
Index: net/quic/quic_connection_helper_test.cc
diff --git a/net/quic/quic_connection_helper_test.cc b/net/quic/quic_connection_helper_test.cc
index 9b6c86ff9402d1d569cb8459caaa4c52415817e2..677044c3b13a55565593f39616242baba49097fc 100644
--- a/net/quic/quic_connection_helper_test.cc
+++ b/net/quic/quic_connection_helper_test.cc
@@ -186,8 +186,8 @@ class QuicConnectionHelperTest : public ::testing::Test {
header_.public_header.version_flag = true;
header_.packet_sequence_number = sequence_number;
header_.entropy_flag = false;
- header_.fec_entropy_flag = false;
header_.fec_flag = false;
+ header_.is_in_fec_group = NOT_IN_FEC_GROUP;
header_.fec_group = 0;
}

Powered by Google App Engine
This is Rietveld 408576698