Index: chrome/browser/notifications/notification_object_proxy.cc |
diff --git a/chrome/browser/notifications/notification_object_proxy.cc b/chrome/browser/notifications/notification_object_proxy.cc |
index af4524b94ba8f6331c5a7cec20a4c09226868dc9..c8c9726986e637c14f0243f5042cda0b370df0a8 100644 |
--- a/chrome/browser/notifications/notification_object_proxy.cc |
+++ b/chrome/browser/notifications/notification_object_proxy.cc |
@@ -21,6 +21,8 @@ NotificationObjectProxy::NotificationObjectProxy( |
id_(base::GenerateGUID()) { |
} |
+NotificationObjectProxy::~NotificationObjectProxy() {} |
+ |
void NotificationObjectProxy::Display() { |
// This method is called each time the notification is shown to the user |
// but we only want to fire the event the first time. |