| 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.
|
|
|