From 8822f38cd5d5006033003e5197a56bed2cc33fea Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Fri, 30 Jul 2010 21:49:03 +0000 Subject: More FRIEND_TEST_ALL_PREFIXES. TEST=none BUG=44549 Review URL: http://codereview.chromium.org/3053024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54388 0039d316-1c4b-4281-b951-d872f2087c98 --- net/spdy/spdy_session_pool.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/spdy/spdy_session_pool.h') diff --git a/net/spdy/spdy_session_pool.h b/net/spdy/spdy_session_pool.h index 1c18438..e0320d3 100644 --- a/net/spdy/spdy_session_pool.h +++ b/net/spdy/spdy_session_pool.h @@ -11,12 +11,12 @@ #include #include "base/basictypes.h" +#include "base/gtest_prod_util.h" #include "base/ref_counted.h" #include "base/scoped_ptr.h" #include "net/base/host_port_pair.h" #include "net/base/net_errors.h" #include "net/base/network_change_notifier.h" -#include "testing/gtest/include/gtest/gtest_prod.h" // For FRIEND_TEST namespace net { @@ -86,7 +86,7 @@ class SpdySessionPool friend class base::RefCounted; friend class SpdySessionPoolPeer; // For testing. friend class SpdyNetworkTransactionTest; // For testing. - FRIEND_TEST(SpdyNetworkTransactionTest, WindowUpdateOverflow); + FRIEND_TEST_ALL_PREFIXES(SpdyNetworkTransactionTest, WindowUpdateOverflow); typedef std::list > SpdySessionList; typedef std::map SpdySessionsMap; -- cgit v1.1