| 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 8eb764e380f673f793dfc4b4cf9be9481ad9eca9..3cc4c3d308fae20dde9de7de6ec33f72cf70b6e3 100644
|
| --- a/jingle/notifier/listener/push_notifications_listen_task.h
|
| +++ b/jingle/notifier/listener/push_notifications_listen_task.h
|
| @@ -32,7 +32,7 @@ class PushNotificationsListenTask : public buzz::XmppTask {
|
| const Notification& notification) = 0;
|
| };
|
|
|
| - explicit PushNotificationsListenTask(Task* parent, Delegate* delegate);
|
| + PushNotificationsListenTask(Task* parent, Delegate* delegate);
|
| virtual ~PushNotificationsListenTask();
|
|
|
| // Overriden from buzz::XmppTask.
|
|
|