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

Unified Diff: chrome/browser/notifications/notification_object_proxy.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_object_proxy.h
diff --git a/chrome/browser/notifications/notification_object_proxy.h b/chrome/browser/notifications/notification_object_proxy.h
index efb0fc169d383be068c1c89f9f474a099f21f391..6373a1167a0d0de2d24bdbf76c9a7034e71e27a0 100644
--- a/chrome/browser/notifications/notification_object_proxy.h
+++ b/chrome/browser/notifications/notification_object_proxy.h
@@ -22,11 +22,11 @@ class NotificationObjectProxy
int notification_id, bool worker);
// NotificationDelegate implementation.
- virtual void Display();
- virtual void Error();
- virtual void Close(bool by_user);
- virtual void Click();
- virtual std::string id() const;
+ virtual void Display() OVERRIDE;
+ virtual void Error() OVERRIDE;
+ virtual void Close(bool by_user) OVERRIDE;
+ virtual void Click() OVERRIDE;
+ virtual std::string id() const OVERRIDE;
protected:
friend class base::RefCountedThreadSafe<NotificationObjectProxy>;

Powered by Google App Engine
This is Rietveld 408576698