| Index: jingle/notifier/listener/push_notifications_listen_task.cc
|
| diff --git a/jingle/notifier/listener/push_notifications_listen_task.cc b/jingle/notifier/listener/push_notifications_listen_task.cc
|
| index ad1da9f9debd3ec4e73566760891badffbfa9a13..2e6b2ca0429e1c911e9e07c674fdcfdfdde4c1d5 100644
|
| --- a/jingle/notifier/listener/push_notifications_listen_task.cc
|
| +++ b/jingle/notifier/listener/push_notifications_listen_task.cc
|
| @@ -18,6 +18,9 @@
|
|
|
| namespace notifier {
|
|
|
| +PushNotificationsListenTask::Delegate::~Delegate() {
|
| +}
|
| +
|
| PushNotificationsListenTask::PushNotificationsListenTask(
|
| buzz::XmppTaskParentInterface* parent, Delegate* delegate)
|
| : buzz::XmppTask(parent, buzz::XmppEngine::HL_TYPE),
|
|
|