| 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 62d408b2ed27f74155355e3997ba88240fb0b102..659a946536f23b759084e0f7e1079b3d7129798d 100644
|
| --- a/jingle/notifier/listener/push_notifications_listen_task.h
|
| +++ b/jingle/notifier/listener/push_notifications_listen_task.h
|
| @@ -39,9 +39,9 @@ class PushNotificationsListenTask : public buzz::XmppTask {
|
| virtual ~PushNotificationsListenTask();
|
|
|
| // Overriden from buzz::XmppTask.
|
| - virtual int ProcessStart() OVERRIDE;
|
| - virtual int ProcessResponse() OVERRIDE;
|
| - virtual bool HandleStanza(const buzz::XmlElement* stanza) OVERRIDE;
|
| + virtual int ProcessStart() override;
|
| + virtual int ProcessResponse() override;
|
| + virtual bool HandleStanza(const buzz::XmlElement* stanza) override;
|
|
|
| private:
|
| bool IsValidNotification(const buzz::XmlElement* stanza);
|
|
|