Chromium Code Reviews| Index: chrome/browser/net/connection_tester.cc |
| =================================================================== |
| --- chrome/browser/net/connection_tester.cc (revision 51924) |
| +++ chrome/browser/net/connection_tester.cc (working copy) |
| @@ -151,7 +151,7 @@ |
| } |
| *proxy_service = net::ProxyService::Create(config_service.release(), true, |
| - this, NULL, MessageLoop::current()); |
| + 0u, this, NULL, MessageLoop::current()); |
| return net::OK; |
| } |