| Index: chrome/browser/history/top_sites_impl_unittest.cc
|
| diff --git a/chrome/browser/history/top_sites_impl_unittest.cc b/chrome/browser/history/top_sites_impl_unittest.cc
|
| index 566e8e9cc9e99cd200201a515ac8f6f54406fef2..e97a8d4795a11a1bc2331e8da47130e46754e90c 100644
|
| --- a/chrome/browser/history/top_sites_impl_unittest.cc
|
| +++ b/chrome/browser/history/top_sites_impl_unittest.cc
|
| @@ -910,7 +910,7 @@ TEST_F(TopSitesMigrationTest, 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.
|
|
|