Chromium Code Reviews| Index: chrome/browser/chromeos/notifications/system_notification.cc |
| diff --git a/chrome/browser/chromeos/notifications/system_notification.cc b/chrome/browser/chromeos/notifications/system_notification.cc |
| index efaaa1d164cc9a46b9cbc1dda5fd72e4ef983af2..587ce485cf5c9ae7a1c6c915f8fea25eec684c41 100644 |
| --- a/chrome/browser/chromeos/notifications/system_notification.cc |
| +++ b/chrome/browser/chromeos/notifications/system_notification.cc |
| @@ -141,4 +141,6 @@ SystemNotification::Delegate::GetRenderViewHost() const { |
| return NULL; |
| } |
| +SystemNotification::Delegate::~Delegate() {} |
| + |
| } // namespace chromeos |