| Index: chrome/browser/printing/print_preview_message_handler.h
|
| diff --git a/chrome/browser/printing/print_preview_message_handler.h b/chrome/browser/printing/print_preview_message_handler.h
|
| index 4e23e12c6ffe73229178a0694c36e83f396db99f..b4773ede0704be1c81ad330a9536cd9a1623ff28 100644
|
| --- a/chrome/browser/printing/print_preview_message_handler.h
|
| +++ b/chrome/browser/printing/print_preview_message_handler.h
|
| @@ -23,9 +23,9 @@ namespace printing {
|
|
|
| struct PageSizeMargins;
|
|
|
| -// TabContents offloads print preview message handling to
|
| +// TabContentsWrapper offloads print preview message handling to
|
| // PrintPreviewMessageHandler. This object has the same life time as the
|
| -// TabContents that owns it.
|
| +// TabContentsWrapper that owns it.
|
| class PrintPreviewMessageHandler : public content::WebContentsObserver {
|
| public:
|
| explicit PrintPreviewMessageHandler(content::WebContents* web_contents);
|
|
|