Index: chrome/browser/history/top_sites_database.cc |
diff --git a/chrome/browser/history/top_sites_database.cc b/chrome/browser/history/top_sites_database.cc |
index cf4220d215067207afbabe9a3adedb2ce2f2d391..6192a87170f3411575bd4edabdb790cff01496d8 100644 |
--- a/chrome/browser/history/top_sites_database.cc |
+++ b/chrome/browser/history/top_sites_database.cc |
@@ -25,7 +25,7 @@ TopSitesDatabase::~TopSitesDatabase() { |
} |
bool TopSitesDatabase::Init(const base::FilePath& db_name) { |
- bool file_existed = file_util::PathExists(db_name); |
+ bool file_existed = base::PathExists(db_name); |
if (!file_existed) |
may_need_history_migration_ = true; |