| Index: chrome/test/plugin/plugin_test.cpp
|
| diff --git a/chrome/test/plugin/plugin_test.cpp b/chrome/test/plugin/plugin_test.cpp
|
| index 3d0a2eda9f5da5b06d1e16a5640ee595894a349d..0907816e479cb29ee8a0bcaa763faffd2fe90e03 100644
|
| --- a/chrome/test/plugin/plugin_test.cpp
|
| +++ b/chrome/test/plugin/plugin_test.cpp
|
| @@ -231,7 +231,8 @@ class PluginInstallerDownloadTest
|
| DCHECK(proxy_service_);
|
|
|
| ssl_config_service_ = new net::SSLConfigServiceDefaults;
|
| - http_auth_handler_factory_ = net::HttpAuthHandlerFactory::CreateDefault();
|
| + http_auth_handler_factory_ = net::HttpAuthHandlerFactory::CreateDefault(
|
| + host_resolver_);
|
| http_transaction_factory_ = new net::HttpCache(
|
| net::HttpNetworkLayer::CreateFactory(host_resolver_,
|
| proxy_service_,
|
|
|