| 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 f2bbf7a738f524c9b80a7b110f04cc5b74099b09..fbdc924be3654b4cc62332cc3fba2b9b183b789f 100644
|
| --- a/chrome/tools/mac_helpers/infoplist_strings_util.mm
|
| +++ b/chrome/tools/mac_helpers/infoplist_strings_util.mm
|
| @@ -76,7 +76,7 @@ NSString* LoadStringFromDataPack(base::DataPack* data_pack,
|
| uint32_t resource_id,
|
| const char* resource_id_str) {
|
| NSString* result = nil;
|
| - StringPiece data;
|
| + base::StringPiece data;
|
| if (data_pack->Get(resource_id, &data)) {
|
| // Data pack encodes strings as UTF16.
|
| result =
|
|
|