Index: ui/base/resource/resource_bundle_mac.mm |
diff --git a/ui/base/resource/resource_bundle_mac.mm b/ui/base/resource/resource_bundle_mac.mm |
index 79f834f9537ac363c7d5900b5ef8f9c6cce20fb9..5de8eccc839f7430fa78b5b2d1559a8dd4b1fe1b 100644 |
--- a/ui/base/resource/resource_bundle_mac.mm |
+++ b/ui/base/resource/resource_bundle_mac.mm |
@@ -90,7 +90,7 @@ base::FilePath ResourceBundle::GetLocaleFilePath(const std::string& app_locale, |
if (locale_file_path.empty() || !locale_file_path.IsAbsolute()) |
return base::FilePath(); |
- if (test_file_exists && !file_util::PathExists(locale_file_path)) |
+ if (test_file_exists && !base::PathExists(locale_file_path)) |
return base::FilePath(); |
return locale_file_path; |