| Index: chrome/browser/printing/print_job.cc
|
| diff --git a/chrome/browser/printing/print_job.cc b/chrome/browser/printing/print_job.cc
|
| index 8aa70abb276cb035097be63877aa588f011bedf5..d83e1773606f7b50b8fa117722bab4d9bbc6305d 100644
|
| --- a/chrome/browser/printing/print_job.cc
|
| +++ b/chrome/browser/printing/print_job.cc
|
| @@ -150,7 +150,7 @@ void PrintJob::Stop() {
|
| DCHECK(RunsTasksOnCurrentThread());
|
|
|
| if (quit_factory_.HasWeakPtrs()) {
|
| - // In case we're running a nested message loop to wait for a job to finish,
|
| + // In case we're running a nested run loop to wait for a job to finish,
|
| // and we finished before the timeout, quit the nested loop right away.
|
| Quit();
|
| quit_factory_.InvalidateWeakPtrs();
|
|
|