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. |