Index: net/spdy/spdy_session_pool_unittest.cc |
diff --git a/net/spdy/spdy_session_pool_unittest.cc b/net/spdy/spdy_session_pool_unittest.cc |
index 9d5e48c7449ee755efa51b1ede55f6169f0e82ab..be11debd5e53cf386933b366351f089e2b572633 100644 |
--- a/net/spdy/spdy_session_pool_unittest.cc |
+++ b/net/spdy/spdy_session_pool_unittest.cc |
@@ -51,7 +51,7 @@ class SpdySessionPoolTest : public ::testing::Test, |
INSTANTIATE_TEST_CASE_P( |
NextProto, |
SpdySessionPoolTest, |
- testing::Values(kProtoSPDY31, kProtoSPDY4_14, kProtoSPDY4_15)); |
+ testing::Values(kProtoSPDY31, kProtoSPDY4_14, kProtoSPDY4_15, kProtoSPDY4)); |
// A delegate that opens a new session when it is closed. |
class SessionOpeningDelegate : public SpdyStream::Delegate { |