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

Unified Diff: jingle/notifier/listener/push_notifications_listen_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_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);

Powered by Google App Engine
This is Rietveld 408576698