Index: net/quic/quic_connection_test.cc |
diff --git a/net/quic/quic_connection_test.cc b/net/quic/quic_connection_test.cc |
index e140159ed36bda04ea5c548dc7b039fcd26a96ce..fce9081f425a266db010c534c16edaa0f36eb504 100644 |
--- a/net/quic/quic_connection_test.cc |
+++ b/net/quic/quic_connection_test.cc |
@@ -4652,7 +4652,7 @@ TEST_P(QuicConnectionTest, AckNotifierFECTriggerCallback) { |
EXPECT_CALL(*send_algorithm_, OnCongestionEvent(true, _, _, _)); |
QuicAckFrame frame = InitAckFrame(2); |
NackPacket(1, &frame); |
- frame.revived_packets.insert(1); |
+ frame.latest_revived_packet = 1; |
ProcessAckPacket(&frame); |
// If the ack is processed again, the notifier should not be called again. |
ProcessAckPacket(&frame); |