| 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 ceffb4d824985a6c58dbf2f31166fff931ead1d5..900a13b9b6a0a5ea7728f6b0d7d263309513be74 100644
|
| --- a/components/precache/core/precache_fetcher_unittest.cc
|
| +++ b/components/precache/core/precache_fetcher_unittest.cc
|
| @@ -232,7 +232,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;
|
|
|