Index: components/printing/renderer/print_web_view_helper.cc |
diff --git a/components/printing/renderer/print_web_view_helper.cc b/components/printing/renderer/print_web_view_helper.cc |
index eaa294d97cf0375669c12b0e08526f95280fc0a2..f31074f26bb3c9c0416adcd3acfc192795c92126 100644 |
--- a/components/printing/renderer/print_web_view_helper.cc |
+++ b/components/printing/renderer/print_web_view_helper.cc |
@@ -591,7 +591,7 @@ void PrintWebViewHelper::PrintHeaderAndFooter( |
web_view->setMainFrame(frame); |
blink::WebFrameWidget::create(nullptr, web_view, frame); |
- base::StringValue html(ResourceBundle::GetSharedInstance().GetLocalizedString( |
+ base::Value html(ResourceBundle::GetSharedInstance().GetLocalizedString( |
IDR_PRINT_PREVIEW_PAGE)); |
// Load page with script to avoid async operations. |
ExecuteScript(frame, kPageLoadScriptFormat, html); |