diff options
Diffstat (limited to 'chrome/browser/printing/print_preview_tab_controller.h')
-rw-r--r-- | chrome/browser/printing/print_preview_tab_controller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/printing/print_preview_tab_controller.h b/chrome/browser/printing/print_preview_tab_controller.h index f4717ae..b5ebb6b 100644 --- a/chrome/browser/printing/print_preview_tab_controller.h +++ b/chrome/browser/printing/print_preview_tab_controller.h @@ -21,11 +21,11 @@ #include "content/public/browser/notification_registrar.h" class GURL; -class RenderProcessHost; class TabContentsWrapper; namespace content { struct LoadCommittedDetails; +class RenderProcessHost; } namespace printing { @@ -83,7 +83,7 @@ class PrintPreviewTabController // Handler for the RENDERER_PROCESS_CLOSED notification. This is observed when // the initiator renderer crashed. - void OnRendererProcessClosed(RenderProcessHost* rph); + void OnRendererProcessClosed(content::RenderProcessHost* rph); // Handler for the TAB_CONTENTS_DESTROYED notification. This is observed when // either tab is closed. |