summaryrefslogtreecommitdiffstats
path: root/net/spdy/buffered_spdy_framer_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/spdy/buffered_spdy_framer_unittest.cc')
-rw-r--r--net/spdy/buffered_spdy_framer_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/spdy/buffered_spdy_framer_unittest.cc b/net/spdy/buffered_spdy_framer_unittest.cc
index 2f2a683..5fba0aa 100644
--- a/net/spdy/buffered_spdy_framer_unittest.cc
+++ b/net/spdy/buffered_spdy_framer_unittest.cc
@@ -214,8 +214,8 @@ class BufferedSpdyFramerTest
INSTANTIATE_TEST_CASE_P(NextProto,
BufferedSpdyFramerTest,
testing::Values(kProtoSPDY31,
- kProtoSPDY4_14,
- kProtoSPDY4));
+ kProtoHTTP2_14,
+ kProtoHTTP2));
TEST_P(BufferedSpdyFramerTest, OnSetting) {
SpdyFramer framer(spdy_version());