| Index: chrome/browser/printing/print_view_manager.h
|
| diff --git a/chrome/browser/printing/print_view_manager.h b/chrome/browser/printing/print_view_manager.h
|
| index f0f3b713191de24bcb613b24c9b9cda1cf0825ae..8972db88bdbe3857ad3e6bd62ac836ea0d2aee66 100644
|
| --- a/chrome/browser/printing/print_view_manager.h
|
| +++ b/chrome/browser/printing/print_view_manager.h
|
| @@ -13,7 +13,8 @@
|
| #include "content/public/browser/web_contents_observer.h"
|
| #include "printing/printed_pages_source.h"
|
|
|
| -class TabContentsWrapper;
|
| +class TabContents;
|
| +typedef TabContents TabContentsWrapper;
|
| struct PrintHostMsg_DidPrintPage_Params;
|
|
|
| namespace content {
|
|
|