| Index: chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| ===================================================================
|
| --- chrome/browser/safe_browsing/safe_browsing_blocking_page.cc (revision 177955)
|
| +++ chrome/browser/safe_browsing/safe_browsing_blocking_page.cc (working copy)
|
| @@ -771,7 +771,7 @@
|
| html = rb.GetRawDataResource(
|
| IDR_SAFE_BROWSING_MULTIPLE_THREAT_BLOCK).as_string();
|
| interstitial_show_time_ = base::TimeTicks::Now();
|
| - return jstemplate_builder::GetTemplatesHtml(html, &strings, "template_root");
|
| + return webui::GetTemplatesHtml(html, &strings, "template_root");
|
| }
|
|
|
| void SafeBrowsingBlockingPageV1::PopulateStringDictionary(
|
| @@ -920,7 +920,7 @@
|
| as_string();
|
| }
|
| interstitial_show_time_ = base::TimeTicks::Now();
|
| - return jstemplate_builder::GetTemplatesHtml(html, &strings, "template-root");
|
| + return webui::GetTemplatesHtml(html, &strings, "template-root");
|
| }
|
|
|
| void SafeBrowsingBlockingPageV2::PopulateStringDictionary(
|
|
|