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

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

Issue 8589003: Add OVERRIDE to jingle/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: includes Created 9 years, 1 month 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 edd65d818b44f2928058c6ba879e1cd5211043cc..3d18496abfc025bf93d06e2e1614af4de16a1ff6 100644
--- a/jingle/notifier/listener/push_notifications_subscribe_task.h
+++ b/jingle/notifier/listener/push_notifications_subscribe_task.h
@@ -10,6 +10,7 @@
#include <string>
#include <vector>
+#include "base/compiler_specific.h"
#include "base/gtest_prod_util.h"
#include "jingle/notifier/listener/notification_defines.h"
#include "talk/xmllite/xmlelement.h"
@@ -31,9 +32,9 @@ class PushNotificationsSubscribeTask : public buzz::XmppTask {
virtual ~PushNotificationsSubscribeTask();
// Overridden from XmppTask.
- virtual int ProcessStart();
- virtual int ProcessResponse();
- virtual bool HandleStanza(const buzz::XmlElement* stanza);
+ 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/talk_mediator_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698