Index: net/quic/core/quic_headers_stream_test.cc |
diff --git a/net/quic/core/quic_headers_stream_test.cc b/net/quic/core/quic_headers_stream_test.cc |
index 00fd09d91b4769ed2aac599499f8b7215d4b35d7..280a573213c3ebd2450c9c63c341c22265a099ad 100644 |
--- a/net/quic/core/quic_headers_stream_test.cc |
+++ b/net/quic/core/quic_headers_stream_test.cc |
@@ -40,7 +40,7 @@ using testing::_; |
// TODO(bnc): Merge these correctly. |
bool FLAGS_use_http2_frame_decoder_adapter; |
bool FLAGS_spdy_use_hpack_decoder2; |
-bool FLAGS_spdy_framer_use_new_methods2; |
+bool FLAGS_spdy_framer_use_new_methods3; |
namespace net { |
namespace test { |
@@ -195,7 +195,7 @@ struct TestParams { |
FLAGS_use_http2_frame_decoder_adapter = true; |
// Http2FrameDecoderAdapter needs the new header methods, else |
// --use_http2_frame_decoder_adapter=true will be ignored. |
- FLAGS_spdy_framer_use_new_methods2 = true; |
+ FLAGS_spdy_framer_use_new_methods3 = true; |
break; |
} |
switch (hpack_decoder) { |
@@ -205,7 +205,7 @@ struct TestParams { |
case HPACK_DECODER_NEW: |
FLAGS_spdy_use_hpack_decoder2 = true; |
// Needs new header methods to be used. |
- FLAGS_spdy_framer_use_new_methods2 = true; |
+ FLAGS_spdy_framer_use_new_methods3 = true; |
break; |
} |
FLAGS_quic_always_log_bugs_for_tests = true; |