| Index: net/spdy/spdy_proxy_client_socket_unittest.cc
|
| diff --git a/net/spdy/spdy_proxy_client_socket_unittest.cc b/net/spdy/spdy_proxy_client_socket_unittest.cc
|
| index 95bd14a1409c2a6095079c6c5e89e38c48bde04a..8af17d97ad620f0454c982d9045f271a46c36604 100644
|
| --- a/net/spdy/spdy_proxy_client_socket_unittest.cc
|
| +++ b/net/spdy/spdy_proxy_client_socket_unittest.cc
|
| @@ -189,7 +189,7 @@ void SpdyProxyClientSocketTest::Initialize(MockRead* reads,
|
|
|
| // Creates the SPDY session and stream.
|
| spdy_session_ = CreateInsecureSpdySession(
|
| - session_.get(), endpoint_spdy_session_key_, BoundNetLog());
|
| + session_.get(), endpoint_spdy_session_key_, NetLogWithSource());
|
| base::WeakPtr<SpdyStream> spdy_stream(
|
| CreateStreamSynchronously(
|
| SPDY_BIDIRECTIONAL_STREAM, spdy_session_, url_, LOWEST,
|
|
|