| Index: chrome/browser/printing/print_job.h
|
| diff --git a/chrome/browser/printing/print_job.h b/chrome/browser/printing/print_job.h
|
| index bf907af096905b83ca6348eb8428b1df504e5fbe..5edb0723b82e51541e2dc55ae0a3de621d6f0858 100644
|
| --- a/chrome/browser/printing/print_job.h
|
| +++ b/chrome/browser/printing/print_job.h
|
| @@ -114,7 +114,7 @@ class PrintJob : public PrintJobWorkerOwner,
|
| // thread.
|
| MessageLoop* const ui_message_loop_;
|
|
|
| - // Source that generates the PrintedPage's (i.e. a TabContents). It will be
|
| + // Source that generates the PrintedPage's (i.e. a WebContents). It will be
|
| // set back to NULL if the source is deleted before this object.
|
| PrintedPagesSource* source_;
|
|
|
|
|