| Index: jingle/notifier/listener/push_notifications_send_update_task.h
|
| diff --git a/jingle/notifier/listener/push_notifications_send_update_task.h b/jingle/notifier/listener/push_notifications_send_update_task.h
|
| index 36bb3c35540ecd9b57eed8fdd3802e807998aa81..287705b5994bcfd14fd7644d300c9ed21cd08165 100644
|
| --- a/jingle/notifier/listener/push_notifications_send_update_task.h
|
| +++ b/jingle/notifier/listener/push_notifications_send_update_task.h
|
| @@ -27,7 +27,7 @@ class PushNotificationsSendUpdateTask : public buzz::XmppTask {
|
| virtual ~PushNotificationsSendUpdateTask();
|
|
|
| // Overridden from buzz::XmppTask.
|
| - virtual int ProcessStart() OVERRIDE;
|
| + virtual int ProcessStart() override;
|
|
|
| private:
|
| // Allocates and constructs an buzz::XmlElement containing the update stanza.
|
|
|