Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(487)

Unified Diff: jingle/notifier/listener/push_notifications_subscribe_task.h

Issue 628123002: Replacing the OVERRIDE with override and FINAL with final in jingle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: jingle/notifier/listener/push_notifications_subscribe_task.h
diff --git a/jingle/notifier/listener/push_notifications_subscribe_task.h b/jingle/notifier/listener/push_notifications_subscribe_task.h
index ac2a6ed065271c88279bf9426691aab123d4fdda..75801245c933e92a6bbc341036f6871d4a689831 100644
--- a/jingle/notifier/listener/push_notifications_subscribe_task.h
+++ b/jingle/notifier/listener/push_notifications_subscribe_task.h
@@ -32,9 +32,9 @@ class PushNotificationsSubscribeTask : public buzz::XmppTask {
virtual ~PushNotificationsSubscribeTask();
// Overridden from 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:
// Assembles an Xmpp stanza which can be sent to subscribe to notifications.
« no previous file with comments | « jingle/notifier/listener/push_notifications_send_update_task.h ('k') | jingle/notifier/listener/send_ping_task.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698