| Index: chrome/browser/history/top_sites_likely_impl_unittest.cc
|
| diff --git a/chrome/browser/history/top_sites_likely_impl_unittest.cc b/chrome/browser/history/top_sites_likely_impl_unittest.cc
|
| index 14529ca045b842e1014921b4279399fbbdaa6b40..4bd3c85e0aaad59352d5f893e1a4dcf203292974 100644
|
| --- a/chrome/browser/history/top_sites_likely_impl_unittest.cc
|
| +++ b/chrome/browser/history/top_sites_likely_impl_unittest.cc
|
| @@ -911,7 +911,7 @@ TEST_F(TopSitesLikelyMigrationTest, Migrate) {
|
| WaitForHistory();
|
|
|
| // Make sure there is no longer a Thumbnails file on disk.
|
| - ASSERT_FALSE(file_util::PathExists(
|
| + ASSERT_FALSE(base::PathExists(
|
| profile()->GetPath().Append(chrome::kThumbnailsFilename)));
|
|
|
| // Recreate top sites and make sure everything is still there.
|
|
|