| Index: chrome/browser/net/predictor_unittest.cc
|
| diff --git a/chrome/browser/net/predictor_unittest.cc b/chrome/browser/net/predictor_unittest.cc
|
| index fc6ebfe54b1e6a974d69232ff5071d4b99460232..fd8bd9a9aee4c30a268d61ef67ae41af787bba1a 100644
|
| --- a/chrome/browser/net/predictor_unittest.cc
|
| +++ b/chrome/browser/net/predictor_unittest.cc
|
| @@ -127,7 +127,7 @@ TEST_F(PredictorTest, ShutdownWhenResolutionIsPendingTest) {
|
| PredictorInit::kMaxPrefetchConcurrentLookups,
|
| false);
|
|
|
| - GURL localhost("http://127.0.0.1:80");
|
| + GURL localhost("http://localhost:80");
|
| UrlList names;
|
| names.push_back(localhost);
|
|
|
|
|