| Index: net/url_request/url_request_unittest.h
|
| ===================================================================
|
| --- net/url_request/url_request_unittest.h (revision 16488)
|
| +++ net/url_request/url_request_unittest.h (working copy)
|
| @@ -50,7 +50,7 @@
|
| explicit TestURLRequestContext(const std::string& proxy) {
|
| net::ProxyConfig proxy_config;
|
| proxy_config.proxy_rules.ParseFromString(proxy);
|
| - proxy_service_ = net::ProxyService::Create(&proxy_config);
|
| + proxy_service_ = net::ProxyService::CreateFixed(proxy_config);
|
| http_transaction_factory_ =
|
| net::HttpNetworkLayer::CreateFactory(proxy_service_);
|
| }
|
|
|