| Index: net/url_request/url_request_unittest.h
|
| ===================================================================
|
| --- net/url_request/url_request_unittest.h (revision 48758)
|
| +++ net/url_request/url_request_unittest.h (working copy)
|
| @@ -165,7 +165,8 @@
|
| net::HttpNetworkLayer::CreateFactory(NULL, host_resolver_,
|
| proxy_service_,
|
| ssl_config_service_,
|
| - http_auth_handler_factory_),
|
| + http_auth_handler_factory_,
|
| + NULL),
|
| net::HttpCache::DefaultBackend::InMemory(0));
|
| // In-memory cookie store.
|
| cookie_store_ = new net::CookieMonster(NULL, NULL);
|
|
|