Index: chrome/browser/mac/master_prefs.mm |
diff --git a/chrome/browser/mac/master_prefs.mm b/chrome/browser/mac/master_prefs.mm |
index 2355b2c62936f49e390ff3f0605e1354917cf7c8..cd22a678fdbf91e09346ed73d2bf30e438f5349b 100644 |
--- a/chrome/browser/mac/master_prefs.mm |
+++ b/chrome/browser/mac/master_prefs.mm |
@@ -45,7 +45,7 @@ base::FilePath MasterPrefsPath() { |
if (chrome::GetDefaultUserDataDirectory(&user_application_support_path)) { |
user_application_support_path = |
user_application_support_path.Append(kMasterPreferencesFileName); |
- if (file_util::PathExists(user_application_support_path)) |
+ if (base::PathExists(user_application_support_path)) |
return user_application_support_path; |
} |