| Index: chrome/browser/ui/webui/chromeos/system_info_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/chromeos/system_info_ui.cc (revision 177955)
|
| +++ chrome/browser/ui/webui/chromeos/system_info_ui.cc (working copy)
|
| @@ -153,7 +153,7 @@
|
| static const base::StringPiece systeminfo_html(
|
| ResourceBundle::GetSharedInstance().GetRawDataResource(
|
| IDR_ABOUT_SYS_HTML));
|
| - std::string full_html = jstemplate_builder::GetTemplatesHtml(
|
| + std::string full_html = webui::GetTemplatesHtml(
|
| systeminfo_html, &strings, "t" /* template root node id */);
|
| callback_.Run(base::RefCountedString::TakeString(&full_html));
|
| }
|
|
|