Index: net/http/http_network_transaction_unittest.cc |
=================================================================== |
--- net/http/http_network_transaction_unittest.cc (revision 9548) |
+++ net/http/http_network_transaction_unittest.cc (working copy) |
@@ -207,8 +207,7 @@ |
net::ProxyService* CreateFixedProxyService(const std::string& proxy) { |
net::ProxyInfo proxy_info; |
proxy_info.UseNamedProxy(proxy); |
- return new net::ProxyService( |
- new net::ProxyConfigServiceFixed(proxy_info), NULL); |
+ return net::ProxyService::Create(&proxy_info); |
} |