| 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 245b6f4c335b379ab18f0c8d74205be1cfda19a1..1a6a5301d2d792cba8fed4df85944c1505599505 100644
|
| --- a/chrome/browser/printing/print_view_manager.h
|
| +++ b/chrome/browser/printing/print_view_manager.h
|
| @@ -27,8 +27,9 @@ class PrintJob;
|
| class PrintJobWorkerOwner;
|
| class PrintViewManagerObserver;
|
|
|
| -// Manages the print commands in relation to a TabContents. TabContents
|
| -// delegates a few printing related commands to this instance.
|
| +// Manages the print commands in relation to a TabContentsWrapper.
|
| +// TabContentsWrapper delegates a few printing related commands to this
|
| +// instance.
|
| class PrintViewManager : public content::NotificationObserver,
|
| public PrintedPagesSource,
|
| public content::WebContentsObserver {
|
|
|