| Index: net/spdy/spdy_http_stream_unittest.cc
|
| diff --git a/net/spdy/spdy_http_stream_unittest.cc b/net/spdy/spdy_http_stream_unittest.cc
|
| index 7388dc01ddf2f831389caa6be541e77ff9c5b65c..f132d6c3e80c2ba70fbbf709c9c98df528551c4e 100644
|
| --- a/net/spdy/spdy_http_stream_unittest.cc
|
| +++ b/net/spdy/spdy_http_stream_unittest.cc
|
| @@ -130,7 +130,8 @@ class SpdyHttpStreamTest : public testing::Test,
|
| INSTANTIATE_TEST_CASE_P(
|
| NextProto,
|
| SpdyHttpStreamTest,
|
| - testing::Values(kProtoSPDY2, kProtoSPDY3, kProtoSPDY31, kProtoSPDY4a2,
|
| + testing::Values(kProtoDeprecatedSPDY2,
|
| + kProtoSPDY3, kProtoSPDY31, kProtoSPDY4a2,
|
| kProtoHTTP2Draft04));
|
|
|
| // SpdyHttpStream::GetUploadProgress() should still work even before the
|
|
|