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

Unified Diff: jingle/notifier/listener/push_notifications_listen_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_listen_task.h
diff --git a/jingle/notifier/listener/push_notifications_listen_task.h b/jingle/notifier/listener/push_notifications_listen_task.h
index fa6f3ae6065339d9a7c2dca03be64d037ed47fa0..2d2c7f3d6e07e08edf698b3738efbf1f0b28aa9d 100644
--- a/jingle/notifier/listener/push_notifications_listen_task.h
+++ b/jingle/notifier/listener/push_notifications_listen_task.h
@@ -13,6 +13,7 @@
#ifndef JINGLE_NOTIFIER_PUSH_NOTIFICATIONS_LISTENER_LISTEN_TASK_H_
#define JINGLE_NOTIFIER_PUSH_NOTIFICATIONS_LISTENER_LISTEN_TASK_H_
+#include "base/compiler_specific.h"
#include "talk/xmpp/xmpptask.h"
namespace buzz {
@@ -37,9 +38,9 @@ class PushNotificationsListenTask : public buzz::XmppTask {
virtual ~PushNotificationsListenTask();
// Overriden from buzz::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:
bool IsValidNotification(const buzz::XmlElement* stanza);
« no previous file with comments | « jingle/notifier/listener/mediator_thread_mock.h ('k') | jingle/notifier/listener/push_notifications_send_update_task.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698