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

Unified Diff: jingle/notifier/listener/push_notifications_send_update_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_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 7e1a9387abea4ca9cb641448667e3ca075c9bd41..70cd2b6056eefccb09e06430198aeb4eb365d088 100644
--- a/jingle/notifier/listener/push_notifications_send_update_task.h
+++ b/jingle/notifier/listener/push_notifications_send_update_task.h
@@ -8,6 +8,7 @@
#define JINGLE_NOTIFIER_LISTENER_PUSH_NOTIFICATIONS_SEND_UPDATE_TASK_H_
#include "base/basictypes.h"
+#include "base/compiler_specific.h"
#include "base/gtest_prod_util.h"
#include "jingle/notifier/listener/notification_defines.h"
#include "talk/xmpp/xmpptask.h"
@@ -26,7 +27,7 @@ class PushNotificationsSendUpdateTask : public buzz::XmppTask {
virtual ~PushNotificationsSendUpdateTask();
// Overridden from buzz::XmppTask.
- virtual int ProcessStart();
+ virtual int ProcessStart() OVERRIDE;
private:
// Allocates and constructs an buzz::XmlElement containing the update stanza.

Powered by Google App Engine
This is Rietveld 408576698