| Index: chrome/renderer/chrome_content_renderer_client.cc
|
| ===================================================================
|
| --- chrome/renderer/chrome_content_renderer_client.cc (revision 177955)
|
| +++ chrome/renderer/chrome_content_renderer_client.cc (working copy)
|
| @@ -773,8 +773,7 @@
|
| NOTREACHED() << "unable to load template. ID: " << resource_id;
|
| } else {
|
| // "t" is the id of the templates root node.
|
| - *error_html = jstemplate_builder::GetTemplatesHtml(
|
| - template_html, &error_strings, "t");
|
| + *error_html = webui::GetTemplatesHtml(template_html, &error_strings, "t");
|
| }
|
| }
|
|
|
|
|