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

Unified Diff: Source/modules/notifications/WebKitNotification.h

Issue 135653002: Update modules classes to use OVERRIDE / FINAL when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove change to web/ Created 6 years, 11 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: Source/modules/notifications/WebKitNotification.h
diff --git a/Source/modules/notifications/WebKitNotification.h b/Source/modules/notifications/WebKitNotification.h
index 5039adc6ac3b27bacc968a70c9e63e944d9b8653..50a9b9cae8f534e6cd033fd782570c1cee0fb706 100644
--- a/Source/modules/notifications/WebKitNotification.h
+++ b/Source/modules/notifications/WebKitNotification.h
@@ -46,7 +46,7 @@ class NotificationCenter;
// Implementation of the legacy notification API as specified the following page:
// http://chromium.org/developers/design-documents/desktop-notifications/api-specification
-class WebKitNotification : public RefCounted<WebKitNotification>, public NotificationBase {
+class WebKitNotification FINAL : public RefCounted<WebKitNotification>, public NotificationBase {
REFCOUNTED_EVENT_TARGET(WebKitNotification);
public:
« no previous file with comments | « Source/modules/notifications/NotificationController.h ('k') | Source/modules/notifications/WorkerGlobalScopeNotifications.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698