Index: net/spdy/spdy_http_stream_unittest.cc |
diff --git a/net/spdy/spdy_http_stream_unittest.cc b/net/spdy/spdy_http_stream_unittest.cc |
index efce7555de89c809d2ca3d92980fef5e0c5fd9f6..1af08109a69e82c3fab61febd8456eaec22706fe 100644 |
--- a/net/spdy/spdy_http_stream_unittest.cc |
+++ b/net/spdy/spdy_http_stream_unittest.cc |
@@ -39,7 +39,7 @@ class SpdyHttpStreamTest : public testing::Test { |
transport_params_, |
MEDIUM, |
&callback, |
- http_session_->transport_socket_pool(), |
+ http_session_->GetTransportSocketPool(), |
BoundNetLog())); |
EXPECT_EQ(OK, callback.WaitForResult()); |
return session_->InitializeWithSocket(connection.release(), false, OK); |