| 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;
|
| }
|
|
|
|
|