| Index: chrome/browser/printing/print_job.h
|
| diff --git a/chrome/browser/printing/print_job.h b/chrome/browser/printing/print_job.h
|
| index c40699f7a63daa0538c91fd94c051e76f6683c07..d8100dd12f90e1b2f0224f41ec35a411745f37f9 100644
|
| --- a/chrome/browser/printing/print_job.h
|
| +++ b/chrome/browser/printing/print_job.h
|
| @@ -13,6 +13,7 @@
|
| #include "chrome/browser/printing/print_job_worker_owner.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| +#include "printing/printed_document.h"
|
|
|
| class Thread;
|
|
|
| @@ -21,7 +22,6 @@ namespace printing {
|
| // See definition below.
|
| class JobEventDetails;
|
|
|
| -class PrintedDocument;
|
| class PrintedPage;
|
| class PrintedPagesSource;
|
| class PrintJobWorker;
|
| @@ -44,6 +44,7 @@ class PrintJob : public PrintJobWorkerOwner,
|
| // Grabs the ownership of the PrintJobWorker from another job, which is
|
| // usually a PrinterQuery. Set the expected page count of the print job.
|
| void Initialize(PrintJobWorkerOwner* job, PrintedPagesSource* source,
|
| + PrintedDocument::Delegate* printed_document_delegate,
|
| int page_count);
|
|
|
| // content::NotificationObserver implementation.
|
|
|