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

Unified Diff: jingle/notifier/listener/send_ping_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/send_ping_task.h
diff --git a/jingle/notifier/listener/send_ping_task.h b/jingle/notifier/listener/send_ping_task.h
index 9cd8b2282392e70ed9b781f99434d973aab3fc36..ac4fa205c085ea0fa4941c8fd4eb559f38d43f4b 100644
--- a/jingle/notifier/listener/send_ping_task.h
+++ b/jingle/notifier/listener/send_ping_task.h
@@ -32,9 +32,9 @@ class SendPingTask : public buzz::XmppTask {
virtual ~SendPingTask();
// Overridden 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:
static buzz::XmlElement* MakePingStanza(const std::string& task_id);
« no previous file with comments | « jingle/notifier/listener/push_notifications_subscribe_task.h ('k') | jingle/notifier/listener/xmpp_push_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698