Index: net/quic/core/quic_connection_test.cc |
diff --git a/net/quic/core/quic_connection_test.cc b/net/quic/core/quic_connection_test.cc |
index 7bc14d9728cc51f7af28dcd3a0171f05a3a4c52c..b1a13f122a0dc6f2d5ae356c9a55d4d797dcba58 100644 |
--- a/net/quic/core/quic_connection_test.cc |
+++ b/net/quic/core/quic_connection_test.cc |
@@ -1165,7 +1165,6 @@ TEST_P(QuicConnectionTest, SelfAddressChangeAtServer) { |
} |
TEST_P(QuicConnectionTest, AllowSelfAddressChangeToMappedIpv4AddressAtServer) { |
- FLAGS_quic_allow_server_address_change_for_mapped_ipv4 = true; |
EXPECT_CALL(visitor_, OnSuccessfulVersionNegotiation(_)); |
set_perspective(Perspective::IS_SERVER); |