| 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
|
|
|