| Index: chrome/browser/history/text_database.cc
|
| diff --git a/chrome/browser/history/text_database.cc b/chrome/browser/history/text_database.cc
|
| index 7353174b3607e7c7974ddc5b360957f5a2a2c1b4..0f5db891caf6cf0315aeb3e068817cb443bba1ab 100644
|
| --- a/chrome/browser/history/text_database.cc
|
| +++ b/chrome/browser/history/text_database.cc
|
| @@ -127,7 +127,7 @@ TextDatabase::DBIdent TextDatabase::FileNameToID(
|
| bool TextDatabase::Init() {
|
| // Make sure, if we're not allowed to create the file, that it exists.
|
| if (!allow_create_) {
|
| - if (!file_util::PathExists(file_name_))
|
| + if (!base::PathExists(file_name_))
|
| return false;
|
| }
|
|
|
|
|