Index: webkit/tools/test_shell/test_shell_request_context.cc |
=================================================================== |
--- webkit/tools/test_shell/test_shell_request_context.cc (revision 20760) |
+++ webkit/tools/test_shell/test_shell_request_context.cc (working copy) |
@@ -45,7 +45,7 @@ |
// issues. |
no_proxy = true; |
#endif |
- host_resolver_ = new net::HostResolver(); |
+ host_resolver_ = net::CreateSystemHostResolver(); |
proxy_service_ = net::ProxyService::Create(no_proxy ? &proxy_config : NULL, |
false, NULL, NULL); |