Chromium Code Reviews| Index: net/spdy/spdy_test_util.h |
| =================================================================== |
| --- net/spdy/spdy_test_util.h (revision 68857) |
| +++ net/spdy/spdy_test_util.h (working copy) |
| @@ -411,7 +411,8 @@ |
| http_auth_handler_factory_, |
| network_delegate_, |
| NULL), |
| - net::HttpCache::DefaultBackend::InMemory(0)); |
| + net::HttpCache::DefaultBackend::InMemory(0), |
| + NULL); |
| } |
| MockClientSocketFactory& socket_factory() { return socket_factory_; } |