Index: net/spdy/spdy_stream_unittest.cc |
=================================================================== |
--- net/spdy/spdy_stream_unittest.cc (revision 48758) |
+++ net/spdy/spdy_stream_unittest.cc (working copy) |
@@ -78,7 +78,8 @@ |
&session_deps->socket_factory, |
session_deps->ssl_config_service, |
session_deps->spdy_session_pool, |
- session_deps->http_auth_handler_factory.get()); |
+ session_deps->http_auth_handler_factory.get(), |
+ NULL); |
} |
class SpdyStreamTest : public testing::Test { |