Index: net/spdy/spdy_session.h |
=================================================================== |
--- net/spdy/spdy_session.h (revision 124866) |
+++ net/spdy/spdy_session.h (working copy) |
@@ -284,9 +284,12 @@ |
friend class base::RefCounted<SpdySession>; |
// Allow tests to access our innards for testing purposes. |
- FRIEND_TEST_ALL_PREFIXES(SpdySessionTest, Ping); |
- FRIEND_TEST_ALL_PREFIXES(SpdySessionTest, FailedPing); |
- FRIEND_TEST_ALL_PREFIXES(SpdySessionTest, GetActivePushStream); |
+ FRIEND_TEST_ALL_PREFIXES(SpdySessionSpdy2Test, Ping); |
+ FRIEND_TEST_ALL_PREFIXES(SpdySessionSpdy2Test, FailedPing); |
+ FRIEND_TEST_ALL_PREFIXES(SpdySessionSpdy2Test, GetActivePushStream); |
+ FRIEND_TEST_ALL_PREFIXES(SpdySessionSpdy3Test, Ping); |
+ FRIEND_TEST_ALL_PREFIXES(SpdySessionSpdy3Test, FailedPing); |
+ FRIEND_TEST_ALL_PREFIXES(SpdySessionSpdy3Test, GetActivePushStream); |
struct PendingCreateStream { |
PendingCreateStream(const GURL& url, RequestPriority priority, |