| Index: net/spdy/spdy_session_unittest.cc
|
| diff --git a/net/spdy/spdy_session_unittest.cc b/net/spdy/spdy_session_unittest.cc
|
| index f8dbdeaeab4e878a732a1b02d9e09ad964f6d0d5..5f9732828ca98160ca248641db33a83d3fcb6b78 100644
|
| --- a/net/spdy/spdy_session_unittest.cc
|
| +++ b/net/spdy/spdy_session_unittest.cc
|
| @@ -181,7 +181,7 @@ class SpdySessionTest : public PlatformTest,
|
| INSTANTIATE_TEST_CASE_P(
|
| NextProto,
|
| SpdySessionTest,
|
| - testing::Values(kProtoSPDY31, kProtoSPDY4_14, kProtoSPDY4_15));
|
| + testing::Values(kProtoSPDY31, kProtoSPDY4_14, kProtoSPDY4_15, kProtoSPDY4));
|
|
|
| // Try to create a SPDY session that will fail during
|
| // initialization. Nothing should blow up.
|
|
|