| Index: jingle/notifier/listener/push_notifications_listen_task.h
|
| diff --git a/jingle/notifier/listener/push_notifications_listen_task.h b/jingle/notifier/listener/push_notifications_listen_task.h
|
| index daf48d9b38a21085dd0ef2a9d268e209faf23f05..62d408b2ed27f74155355e3997ba88240fb0b102 100644
|
| --- a/jingle/notifier/listener/push_notifications_listen_task.h
|
| +++ b/jingle/notifier/listener/push_notifications_listen_task.h
|
| @@ -31,7 +31,7 @@ class PushNotificationsListenTask : public buzz::XmppTask {
|
| virtual void OnNotificationReceived(const Notification& notification) = 0;
|
|
|
| protected:
|
| - virtual ~Delegate() {}
|
| + virtual ~Delegate();
|
| };
|
|
|
| PushNotificationsListenTask(buzz::XmppTaskParentInterface* parent,
|
|
|