Chromium Code Reviews| Index: chrome/browser/net/predictor_unittest.cc |
| =================================================================== |
| --- chrome/browser/net/predictor_unittest.cc (revision 56384) |
| +++ chrome/browser/net/predictor_unittest.cc (working copy) |
| @@ -127,7 +127,7 @@ |
| PredictorInit::kMaxPrefetchConcurrentLookups, |
| false); |
| - GURL localhost("http://localhost:80"); |
| + GURL localhost("http://127.0.0.1:80"); |
| UrlList names; |
| names.push_back(localhost); |