Index: jingle/notifier/listener/fake_push_client_observer.h |
diff --git a/jingle/notifier/listener/fake_push_client_observer.h b/jingle/notifier/listener/fake_push_client_observer.h |
index d3500213910bdccaa3280f7303e17826a6546505..2460e373ce6b7eb700597bf7b66918c50d890f51 100644 |
--- a/jingle/notifier/listener/fake_push_client_observer.h |
+++ b/jingle/notifier/listener/fake_push_client_observer.h |
@@ -17,11 +17,11 @@ class FakePushClientObserver : public PushClientObserver { |
virtual ~FakePushClientObserver(); |
// PushClientObserver implementation. |
- virtual void OnNotificationsEnabled() OVERRIDE; |
+ virtual void OnNotificationsEnabled() override; |
virtual void OnNotificationsDisabled( |
- NotificationsDisabledReason reason) OVERRIDE; |
+ NotificationsDisabledReason reason) override; |
virtual void OnIncomingNotification( |
- const Notification& notification) OVERRIDE; |
+ const Notification& notification) override; |
NotificationsDisabledReason last_notifications_disabled_reason() const; |
const Notification& last_incoming_notification() const; |