Index: net/spdy/spdy_session.h |
=================================================================== |
--- net/spdy/spdy_session.h (revision 106949) |
+++ net/spdy/spdy_session.h (working copy) |
@@ -228,6 +228,7 @@ |
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); |
struct PendingCreateStream { |