| Index: chrome/browser/ui/webui/chromeos/login/oobe_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/chromeos/login/oobe_ui.cc (revision 177955)
|
| +++ chrome/browser/ui/webui/chromeos/login/oobe_ui.cc (working copy)
|
| @@ -120,8 +120,7 @@
|
| const base::StringPiece html(
|
| ResourceBundle::GetSharedInstance().GetRawDataResource(
|
| resource_id));
|
| - return jstemplate_builder::GetI18nTemplateHtml(html,
|
| - localized_strings_.get());
|
| + return webui::GetI18nTemplateHtml(html, localized_strings_.get());
|
| }
|
|
|
| // OobeUI ----------------------------------------------------------------------
|
|
|