| Index: chrome/browser/printing/print_job_manager.h
|
| diff --git a/chrome/browser/printing/print_job_manager.h b/chrome/browser/printing/print_job_manager.h
|
| index ef61541a2ee57cb1b9de9a6984d2b3d26a23e527..32d5b301b20dd255f72eaeaba4ae4cf328d7d4a5 100644
|
| --- a/chrome/browser/printing/print_job_manager.h
|
| +++ b/chrome/browser/printing/print_job_manager.h
|
| @@ -66,7 +66,7 @@ class PrintJobManager : public content::NotificationObserver {
|
| // content::NotificationObserver
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| // Returns queries queue. Never returns NULL. Must be called on Browser UI
|
| // Thread. Reference could be stored and used from any thread.
|
|
|