| Index: net/http/http_stream_factory_impl_unittest.cc
|
| diff --git a/net/http/http_stream_factory_impl_unittest.cc b/net/http/http_stream_factory_impl_unittest.cc
|
| index e55aff50b27d06ee5a10e9e187311e7c0dca3041..4f31e714405eb3b1188d3ae265246dcbe57df992 100644
|
| --- a/net/http/http_stream_factory_impl_unittest.cc
|
| +++ b/net/http/http_stream_factory_impl_unittest.cc
|
| @@ -425,7 +425,7 @@ class HttpStreamFactoryTest : public ::testing::Test,
|
| INSTANTIATE_TEST_CASE_P(
|
| NextProto,
|
| HttpStreamFactoryTest,
|
| - testing::Values(kProtoSPDY31, kProtoSPDY4_14, kProtoSPDY4_15));
|
| + testing::Values(kProtoSPDY31, kProtoSPDY4_14, kProtoSPDY4_15, kProtoSPDY4));
|
|
|
| TEST_P(HttpStreamFactoryTest, PreconnectDirect) {
|
| for (size_t i = 0; i < arraysize(kTests); ++i) {
|
|
|