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