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

Unified Diff: components/dom_distiller/core/viewer.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: components/dom_distiller/core/viewer.cc
diff --git a/components/dom_distiller/core/viewer.cc b/components/dom_distiller/core/viewer.cc
index 2e131618e1faa4107cf96bc45142602443a416c6..53b84b725e462e86bb36648eb0bf438d4e7b4cd3 100644
--- a/components/dom_distiller/core/viewer.cc
+++ b/components/dom_distiller/core/viewer.cc
@@ -144,7 +144,7 @@ std::string ReplaceHtmlTemplateValues(
substitutions.push_back(script.str()); // $8
- return ReplaceStringPlaceholders(html_template, substitutions, NULL);
+ return base::ReplaceStringPlaceholders(html_template, substitutions, NULL);
}
} // namespace
« no previous file with comments | « cloud_print/service/win/cloud_print_service.cc ('k') | components/history/core/test/history_unittest_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698