Index: ui/base/resource/resource_bundle_ios.mm |
diff --git a/ui/base/resource/resource_bundle_ios.mm b/ui/base/resource/resource_bundle_ios.mm |
index e054802b32be1b41a28f918b2614918854b4c09d..c1daa9150b9632070ec46b4668e5b68654d0fdf2 100644 |
--- a/ui/base/resource/resource_bundle_ios.mm |
+++ b/ui/base/resource/resource_bundle_ios.mm |
@@ -82,7 +82,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; |