| Index: chrome/browser/importer/firefox_importer_utils_linux.cc
|
| diff --git a/chrome/browser/importer/firefox_importer_utils_linux.cc b/chrome/browser/importer/firefox_importer_utils_linux.cc
|
| index 98f9c2a4fa6967415318387d9d1faf2d999f30a4..0162d05de05642128b8b1c49b532d41d3f619d99 100644
|
| --- a/chrome/browser/importer/firefox_importer_utils_linux.cc
|
| +++ b/chrome/browser/importer/firefox_importer_utils_linux.cc
|
| @@ -14,7 +14,7 @@ base::FilePath GetProfilesINI() {
|
| if (!home.empty()) {
|
| ini_file = home.Append(".mozilla/firefox/profiles.ini");
|
| }
|
| - if (file_util::PathExists(ini_file))
|
| + if (base::PathExists(ini_file))
|
| return ini_file;
|
|
|
| return base::FilePath();
|
|
|