| Index: chrome/browser/printing/print_preview_tab_controller.h
|
| diff --git a/chrome/browser/printing/print_preview_tab_controller.h b/chrome/browser/printing/print_preview_tab_controller.h
|
| index 501fc44eb64b055644d106f5fd9e90597fd600b3..736323a3c2d42a616f97b6509e87f11bce0137c6 100644
|
| --- a/chrome/browser/printing/print_preview_tab_controller.h
|
| +++ b/chrome/browser/printing/print_preview_tab_controller.h
|
| @@ -21,7 +21,8 @@
|
| #include "content/public/browser/notification_registrar.h"
|
|
|
| class GURL;
|
| -class TabContentsWrapper;
|
| +class TabContents;
|
| +typedef TabContents TabContentsWrapper;
|
|
|
| namespace content {
|
| struct LoadCommittedDetails;
|
|
|