| Index: net/spdy/spdy_network_transaction_unittest.cc
|
| ===================================================================
|
| --- net/spdy/spdy_network_transaction_unittest.cc (revision 48758)
|
| +++ net/spdy/spdy_network_transaction_unittest.cc (working copy)
|
| @@ -87,7 +87,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);
|
| }
|
|
|
| // Chop a frame into an array of MockWrites.
|
|
|