summaryrefslogtreecommitdiffstats
path: root/chrome/browser/mac/master_prefs.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/mac/master_prefs.mm')
-rw-r--r--chrome/browser/mac/master_prefs.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/mac/master_prefs.mm b/chrome/browser/mac/master_prefs.mm
index 2355b2c..cd22a67 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;
}