| Index: ui/base/resource/resource_bundle.cc
|
| diff --git a/ui/base/resource/resource_bundle.cc b/ui/base/resource/resource_bundle.cc
|
| index 2325507f4d977fad170fd83fb3ba70b6c6230373..3c03ee84722d425e806285260d9e0aec43b35624 100644
|
| --- a/ui/base/resource/resource_bundle.cc
|
| +++ b/ui/base/resource/resource_bundle.cc
|
| @@ -207,8 +207,8 @@ void ResourceBundle::AddDataPackFromFile(base::PlatformFile file,
|
| }
|
|
|
| #if !defined(OS_MACOSX)
|
| -FilePath ResourceBundle::GetLocaleFilePath(const std::string& app_locale,
|
| - bool test_file_exists) {
|
| +base::FilePath ResourceBundle::GetLocaleFilePath(const std::string& app_locale,
|
| + bool test_file_exists) {
|
| if (app_locale.empty())
|
| return base::FilePath();
|
|
|
|
|