| Index: chrome/browser/printing/print_job.h
|
| diff --git a/chrome/browser/printing/print_job.h b/chrome/browser/printing/print_job.h
|
| index 35c3f7bc35d79488361d82edca202339f72f02cb..e34225012315e75e36a834f43c5e9d76dc26a874 100644
|
| --- a/chrome/browser/printing/print_job.h
|
| +++ b/chrome/browser/printing/print_job.h
|
| @@ -27,7 +27,7 @@ class PrintJobWorker;
|
| class PrinterQuery;
|
|
|
| // Manages the print work for a specific document. Talks to the printer through
|
| -// PrintingContext though PrintJob::Worker. Hides access to PrintingContext in a
|
| +// PrintingContext through PrintJobWorker. Hides access to PrintingContext in a
|
| // worker thread so the caller never blocks. PrintJob will send notifications on
|
| // any state change. While printing, the PrintJobManager instance keeps a
|
| // reference to the job to be sure it is kept alive. All the code in this class
|
|
|