| Index: ui/base/resource/resource_bundle.cc
|
| diff --git a/ui/base/resource/resource_bundle.cc b/ui/base/resource/resource_bundle.cc
|
| index 8edb6d42c6d5b6aad7de5afbfdc6c57df7d3fb63..dab50974e70011c7a0f1dfba03e3215e260fdd10 100644
|
| --- a/ui/base/resource/resource_bundle.cc
|
| +++ b/ui/base/resource/resource_bundle.cc
|
| @@ -224,7 +224,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;
|
|
|