Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Unified Diff: chrome/browser/notifications/notification_ui_manager.h

Issue 8612007: Add OVERRIDE to chrome/browser/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/notifications/notification_ui_manager.h
diff --git a/chrome/browser/notifications/notification_ui_manager.h b/chrome/browser/notifications/notification_ui_manager.h
index 60605c4b336fb7ecc013d2bf6877bf1b23d7a05c..9040595e3d5e55d74c406102881d2efd1312866a 100644
--- a/chrome/browser/notifications/notification_ui_manager.h
+++ b/chrome/browser/notifications/notification_ui_manager.h
@@ -90,7 +90,7 @@ class NotificationUIManager
// content::NotificationObserver override.
virtual void Observe(int type,
const content::NotificationSource& source,
- const content::NotificationDetails& details);
+ const content::NotificationDetails& details) OVERRIDE;
// Attempts to display notifications from the show_queue if the user
// is active.
@@ -100,7 +100,7 @@ class NotificationUIManager
void ShowNotifications();
// BalloonCollectionObserver implementation.
- virtual void OnBalloonSpaceChanged();
+ virtual void OnBalloonSpaceChanged() OVERRIDE;
// Replace an existing notification with this one if applicable;
// returns true if the replacement happened.

Powered by Google App Engine
This is Rietveld 408576698