summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/pepper/ppb_pdf_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/pepper/ppb_pdf_impl.cc')
-rw-r--r--chrome/renderer/pepper/ppb_pdf_impl.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/renderer/pepper/ppb_pdf_impl.cc b/chrome/renderer/pepper/ppb_pdf_impl.cc
index c675bea7..0198b19 100644
--- a/chrome/renderer/pepper/ppb_pdf_impl.cc
+++ b/chrome/renderer/pepper/ppb_pdf_impl.cc
@@ -10,7 +10,7 @@
#include "build/build_config.h"
#include "chrome/common/chrome_switches.h"
#include "chrome/common/render_messages.h"
-#include "chrome/renderer/print_web_view_helper.h"
+#include "chrome/renderer/printing/print_web_view_helper.h"
#include "content/public/common/child_process_sandbox_support_linux.h"
#include "content/public/common/content_client.h"
#include "content/public/renderer/render_thread.h"
@@ -420,6 +420,7 @@ void PPB_PDF_Impl::InvokePrintingForInstance(PP_Instance instance_id) {
WebKit::WebView* view = element.document().frame()->view();
content::RenderView* render_view = content::RenderView::FromWebView(view);
+ using printing::PrintWebViewHelper;
PrintWebViewHelper* print_view_helper = PrintWebViewHelper::Get(render_view);
if (print_view_helper)
print_view_helper->PrintNode(element);