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

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

Issue 667283002: Standardize usage of virtual/override/final in chrome/browser/notifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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.h
diff --git a/chrome/browser/notifications/notification.h b/chrome/browser/notifications/notification.h
index dbf3898c63c1483bf265ee8131f6198e6556115c..363ece7cd47031e70354968f90b924e23d905f07 100644
--- a/chrome/browser/notifications/notification.h
+++ b/chrome/browser/notifications/notification.h
@@ -48,7 +48,7 @@ class Notification : public message_center::Notification {
Notification(const std::string& id, const Notification& notification);
Notification(const Notification& notification);
- virtual ~Notification();
+ ~Notification() override;
Notification& operator=(const Notification& notification);
// The origin URL of the script which requested the notification.

Powered by Google App Engine
This is Rietveld 408576698