| Index: components/precache/core/precache_fetcher_unittest.cc
|
| diff --git a/components/precache/core/precache_fetcher_unittest.cc b/components/precache/core/precache_fetcher_unittest.cc
|
| index cf47a01eb51f8e66ea7776a8ebb3d9657c226711..e0468cb1460d9f3da848aa8a676754e303a4c6f9 100644
|
| --- a/components/precache/core/precache_fetcher_unittest.cc
|
| +++ b/components/precache/core/precache_fetcher_unittest.cc
|
| @@ -231,7 +231,7 @@ TEST_F(PrecacheFetcherFetcherTest, ResourceNotInCache) {
|
| EXPECT_EQ(true, callback_called_);
|
| }
|
|
|
| -TEST_F(PrecacheFetcherFetcherTest, ResourceHasStrongValidators) {
|
| +TEST_F(PrecacheFetcherFetcherTest, ResourceHasValidators) {
|
| GURL url(kGoodResourceURL);
|
|
|
| net::FakeURLFetcher *fetcher1 = nullptr, *fetcher2 = nullptr;
|
|
|