diff options
Diffstat (limited to 'chrome/browser/printing/print_preview_tab_controller.h')
-rw-r--r-- | chrome/browser/printing/print_preview_tab_controller.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/printing/print_preview_tab_controller.h b/chrome/browser/printing/print_preview_tab_controller.h index 918089c..5307378 100644 --- a/chrome/browser/printing/print_preview_tab_controller.h +++ b/chrome/browser/printing/print_preview_tab_controller.h @@ -14,7 +14,8 @@ #include "content/public/browser/notification_registrar.h" class GURL; -class TabContentsWrapper; +class TabContents; +typedef TabContents TabContentsWrapper; namespace content { struct LoadCommittedDetails; |