Index: webkit/tools/test_shell/test_shell_request_context.cc |
diff --git a/webkit/tools/test_shell/test_shell_request_context.cc b/webkit/tools/test_shell/test_shell_request_context.cc |
index d74bd3eb26a1a14c686e96415ded71d68126b1cf..c1c3e2caaa924c3a4efa2f819d0926433aa55623 100644 |
--- a/webkit/tools/test_shell/test_shell_request_context.cc |
+++ b/webkit/tools/test_shell/test_shell_request_context.cc |
@@ -95,7 +95,9 @@ void TestShellRequestContext::Init( |
net::HttpCache* cache = |
new net::HttpCache(host_resolver(), cert_verifier(), |
origin_bound_cert_service(), NULL, NULL, |
- proxy_service(), ssl_config_service(), |
+ proxy_service(), |
+ "" /* ssl_session_cache_shard */, |
+ ssl_config_service(), |
http_auth_handler_factory(), NULL, |
http_server_properties(), NULL, |
backend); |