| Index: chrome/test/plugin/plugin_test.cpp
 | 
| diff --git a/chrome/test/plugin/plugin_test.cpp b/chrome/test/plugin/plugin_test.cpp
 | 
| index c9b7027a66d41127299b04ade40ddd1350516607..c2f1ad4c76dbdd41c298f30e30c62ee5dc49c03c 100644
 | 
| --- a/chrome/test/plugin/plugin_test.cpp
 | 
| +++ b/chrome/test/plugin/plugin_test.cpp
 | 
| @@ -263,7 +263,7 @@ class PluginInstallerDownloadTest
 | 
|      void Initialize() {
 | 
|        host_resolver_ =
 | 
|            net::CreateSystemHostResolver(net::HostResolver::kDefaultParallelism,
 | 
| -                                        NULL);
 | 
| +                                        NULL, NULL);
 | 
|        net::ProxyConfigService* proxy_config_service =
 | 
|            net::ProxyService::CreateSystemProxyConfigService(NULL, NULL);
 | 
|        DCHECK(proxy_config_service);
 | 
| 
 |