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 fef27bf47870ea20f09961596f5ff19d8c7561be..fc38cc2f1d531529e737c466ce4a2e73ee100720 100644 |
--- a/net/spdy/spdy_session_pool_unittest.cc |
+++ b/net/spdy/spdy_session_pool_unittest.cc |
@@ -52,7 +52,7 @@ INSTANTIATE_TEST_CASE_P( |
NextProto, |
SpdySessionPoolTest, |
testing::Values(kProtoDeprecatedSPDY2, |
- kProtoSPDY3, kProtoSPDY31, kProtoSPDY4)); |
+ kProtoSPDY3, kProtoSPDY31, kProtoSPDY4_14, kProtoSPDY4_15)); |
// A delegate that opens a new session when it is closed. |
class SessionOpeningDelegate : public SpdyStream::Delegate { |