| Index: chrome/browser/printing/print_job_worker.h
|
| diff --git a/chrome/browser/printing/print_job_worker.h b/chrome/browser/printing/print_job_worker.h
|
| index 6ed8885a5ac8104bebf96467d263323c73d4f8b7..1ff78d147de1a0b441afc3d9e1ed888dd102354d 100644
|
| --- a/chrome/browser/printing/print_job_worker.h
|
| +++ b/chrome/browser/printing/print_job_worker.h
|
| @@ -43,7 +43,7 @@ class PrintJobWorker {
|
| void SetNewOwner(PrintJobWorkerOwner* new_owner);
|
|
|
| // Initializes the print settings. If |ask_user_for_settings| is true, a
|
| - // Print... dialog box will be shown to ask the user his preference.
|
| + // Print... dialog box will be shown to ask the user their preference.
|
| // |is_scripted| should be true for calls coming straight from window.print().
|
| // |is_modifiable| implies HTML and not other formats like PDF.
|
| void GetSettings(bool ask_user_for_settings,
|
|
|