| Index: chrome/browser/printing/print_job.h
|
| diff --git a/chrome/browser/printing/print_job.h b/chrome/browser/printing/print_job.h
|
| index fa2498bfce39488e9c9bd050b273f87c86542c11..3a6af612720a3a1d601bc092db795f3a434f877c 100644
|
| --- a/chrome/browser/printing/print_job.h
|
| +++ b/chrome/browser/printing/print_job.h
|
| @@ -51,14 +51,14 @@ class PrintJob : public PrintJobWorkerOwner,
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| // PrintJobWorkerOwner implementation.
|
| virtual void GetSettingsDone(const PrintSettings& new_settings,
|
| - PrintingContext::Result result) OVERRIDE;
|
| - virtual PrintJobWorker* DetachWorker(PrintJobWorkerOwner* new_owner) OVERRIDE;
|
| - virtual const PrintSettings& settings() const OVERRIDE;
|
| - virtual int cookie() const OVERRIDE;
|
| + PrintingContext::Result result) override;
|
| + virtual PrintJobWorker* DetachWorker(PrintJobWorkerOwner* new_owner) override;
|
| + virtual const PrintSettings& settings() const override;
|
| + virtual int cookie() const override;
|
|
|
| // Starts the actual printing. Signals the worker that it should begin to
|
| // spool as soon as data is available.
|
|
|