Index: webkit/tools/test_shell/test_shell_request_context.cc |
=================================================================== |
--- webkit/tools/test_shell/test_shell_request_context.cc (revision 48758) |
+++ webkit/tools/test_shell/test_shell_request_context.cc (working copy) |
@@ -89,7 +89,7 @@ |
net::HttpCache* cache = |
new net::HttpCache(NULL, host_resolver_, proxy_service_, |
ssl_config_service_, http_auth_handler_factory_, |
- backend); |
+ NULL, backend); |
cache->set_mode(cache_mode); |
http_transaction_factory_ = cache; |