| Index: net/spdy/spdy_session_unittest.cc
|
| diff --git a/net/spdy/spdy_session_unittest.cc b/net/spdy/spdy_session_unittest.cc
|
| index 95a8aeeff9fd299e26a553e0754abf03e115f39c..ef643e60d78097377b2b0d7c7401912766cbe7fe 100644
|
| --- a/net/spdy/spdy_session_unittest.cc
|
| +++ b/net/spdy/spdy_session_unittest.cc
|
| @@ -167,7 +167,7 @@ class SpdySessionTest : public PlatformTest,
|
|
|
| SpdyTestUtil spdy_util_;
|
| SpdySessionDependencies session_deps_;
|
| - scoped_refptr<HttpNetworkSession> http_session_;
|
| + scoped_ptr<HttpNetworkSession> http_session_;
|
| base::WeakPtr<SpdySession> session_;
|
| SpdySessionPool* spdy_session_pool_;
|
| GURL test_url_;
|
|
|