Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Unified Diff: extensions/renderer/i18n_custom_bindings.cc

Issue 1227413007: Move ReplaceStringPlaceholders to base namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@join
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/renderer/i18n_custom_bindings.cc
diff --git a/extensions/renderer/i18n_custom_bindings.cc b/extensions/renderer/i18n_custom_bindings.cc
index b5b3a4d60bb6fdd4eb975614688d9b72bd4b56d2..cf91030ee8ea33bc8bb8b054c67754d6353b5a71 100644
--- a/extensions/renderer/i18n_custom_bindings.cc
+++ b/extensions/renderer/i18n_custom_bindings.cc
@@ -81,7 +81,7 @@ void I18NCustomBindings::GetL10nMessage(
args.GetReturnValue().Set(v8::String::NewFromUtf8(
isolate,
- ReplaceStringPlaceholders(message, substitutions, NULL).c_str()));
+ base::ReplaceStringPlaceholders(message, substitutions, NULL).c_str()));
}
void I18NCustomBindings::GetL10nUILanguage(
« no previous file with comments | « extensions/browser/api/bluetooth/bluetooth_private_api.cc ('k') | ios/web/webui/shared_resources_data_source_ios.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698