| 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 fccfadd58742d67355012f0f2902ac4949d8c3a3..0234aa97370113fd03cfcfc66a0cdc51fab09867 100644
|
| --- a/net/spdy/spdy_session_pool_unittest.cc
|
| +++ b/net/spdy/spdy_session_pool_unittest.cc
|
| @@ -44,7 +44,7 @@ class SpdySessionPoolTest : public ::testing::Test,
|
| void RunIPPoolingTest(SpdyPoolCloseSessionsType close_sessions_type);
|
|
|
| SpdySessionDependencies session_deps_;
|
| - scoped_refptr<HttpNetworkSession> http_session_;
|
| + scoped_ptr<HttpNetworkSession> http_session_;
|
| SpdySessionPool* spdy_session_pool_;
|
| };
|
|
|
|
|