| Index: net/spdy/spdy_session_pool.h
|
| diff --git a/net/spdy/spdy_session_pool.h b/net/spdy/spdy_session_pool.h
|
| index 39f9fe227ef30edb8070f89a13571497326970a1..27d1785a5ff3ab628fbc846e5893c0d212c71f06 100644
|
| --- a/net/spdy/spdy_session_pool.h
|
| +++ b/net/spdy/spdy_session_pool.h
|
| @@ -146,12 +146,9 @@ class NET_EXPORT SpdySessionPool
|
| friend class test_spdy2::SpdySessionPoolPeer; // For testing.
|
| friend class test_spdy3::SpdySessionPoolPeer; // For testing.
|
| friend class SpdyNetworkTransactionSpdy2Test; // For testing.
|
| - friend class SpdyNetworkTransactionSpdy21Test; // For testing.
|
| friend class SpdyNetworkTransactionSpdy3Test; // For testing.
|
| FRIEND_TEST_ALL_PREFIXES(SpdyNetworkTransactionSpdy2Test,
|
| WindowUpdateOverflow);
|
| - FRIEND_TEST_ALL_PREFIXES(SpdyNetworkTransactionSpdy21Test,
|
| - WindowUpdateOverflow);
|
| FRIEND_TEST_ALL_PREFIXES(SpdyNetworkTransactionSpdy3Test,
|
| WindowUpdateOverflow);
|
|
|
|
|