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

Unified Diff: jingle/notifier/listener/push_notifications_send_update_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_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.

Powered by Google App Engine
This is Rietveld 408576698