Index: chrome/browser/printing/background_printing_manager.h |
diff --git a/chrome/browser/printing/background_printing_manager.h b/chrome/browser/printing/background_printing_manager.h |
index f2fc62dd45e3058cd77eceed155666005fa718d8..3899dbb6e65cc507e49f2e41dfb269c7234e87ed 100644 |
--- a/chrome/browser/printing/background_printing_manager.h |
+++ b/chrome/browser/printing/background_printing_manager.h |
@@ -48,7 +48,7 @@ class BackgroundPrintingManager : public base::NonThreadSafe, |
// content::NotificationObserver overrides: |
virtual void Observe(int type, |
const content::NotificationSource& source, |
- const content::NotificationDetails& details) OVERRIDE; |
+ const content::NotificationDetails& details) override; |
// Schedule deletion of |preview_contents|. |
void DeletePreviewContents(content::WebContents* preview_contents); |