Index: chrome/tools/mac_helpers/infoplist_strings_util.mm |
diff --git a/chrome/tools/mac_helpers/infoplist_strings_util.mm b/chrome/tools/mac_helpers/infoplist_strings_util.mm |
index 051013ba8ca817f608efedcc5c16314455cd4dd0..508c5b754a73e9d7a76b4d76e7b1e6e6cfe32c07 100644 |
--- a/chrome/tools/mac_helpers/infoplist_strings_util.mm |
+++ b/chrome/tools/mac_helpers/infoplist_strings_util.mm |
@@ -61,7 +61,7 @@ ui::DataPack* LoadResourceDataPack(const char* dir_path, |
if (resource_path) { |
FilePath resources_pak_path([resource_path fileSystemRepresentation]); |
resource_pack = new ui::DataPack(ui::SCALE_FACTOR_100P); |
- bool success = resource_pack->Load(resources_pak_path); |
+ bool success = resource_pack->LoadFromPath(resources_pak_path); |
if (!success) { |
delete resource_pack; |
resource_pack = NULL; |