Index: chrome/browser/notifications/notification_delegate.h |
diff --git a/chrome/browser/notifications/notification_delegate.h b/chrome/browser/notifications/notification_delegate.h |
index afd391109c9d399fac13ead99a1dda950e2df114..c478869441e5778ce2071ecca485979ec8ec5926 100644 |
--- a/chrome/browser/notifications/notification_delegate.h |
+++ b/chrome/browser/notifications/notification_delegate.h |
@@ -23,7 +23,7 @@ class NotificationDelegate : public message_center::NotificationDelegate { |
virtual std::string id() const = 0; |
protected: |
- virtual ~NotificationDelegate() {} |
+ ~NotificationDelegate() override {} |
}; |
#endif // CHROME_BROWSER_NOTIFICATIONS_NOTIFICATION_DELEGATE_H_ |