| Index: ios/web/webui/shared_resources_data_source_ios.cc
|
| diff --git a/ios/web/webui/shared_resources_data_source_ios.cc b/ios/web/webui/shared_resources_data_source_ios.cc
|
| index 8545c4fa6aea9d1f9493b9d4709780f89b825e8d..9806336543a04e0d124797313853be35d576bee7 100644
|
| --- a/ios/web/webui/shared_resources_data_source_ios.cc
|
| +++ b/ios/web/webui/shared_resources_data_source_ios.cc
|
| @@ -63,7 +63,7 @@ void SharedResourcesDataSourceIOS::StartDataRequest(
|
| const std::string& chrome_shared =
|
| web_client->GetDataResource(idr, ui::SCALE_FACTOR_NONE).as_string();
|
| std::string replaced =
|
| - ReplaceStringPlaceholders(chrome_shared, placeholders, nullptr);
|
| + base::ReplaceStringPlaceholders(chrome_shared, placeholders, nullptr);
|
| bytes = base::RefCountedString::TakeString(&replaced);
|
| } else {
|
| bytes = web_client->GetDataResourceBytes(idr);
|
|
|