| Index: jingle/notifier/listener/non_blocking_push_client.cc
|
| diff --git a/jingle/notifier/listener/non_blocking_push_client.cc b/jingle/notifier/listener/non_blocking_push_client.cc
|
| index ba89a2c3cfb7ccf40b33439f183db125abd763d3..e2a10b7624858d19ca3ab010793ca6b2fa6f2d23 100644
|
| --- a/jingle/notifier/listener/non_blocking_push_client.cc
|
| +++ b/jingle/notifier/listener/non_blocking_push_client.cc
|
| @@ -40,12 +40,12 @@ class NonBlockingPushClient::Core
|
| void SendNotification(const Notification& data);
|
| void SendPing();
|
|
|
| - virtual void OnNotificationsEnabled() OVERRIDE;
|
| + virtual void OnNotificationsEnabled() override;
|
| virtual void OnNotificationsDisabled(
|
| - NotificationsDisabledReason reason) OVERRIDE;
|
| + NotificationsDisabledReason reason) override;
|
| virtual void OnIncomingNotification(
|
| - const Notification& notification) OVERRIDE;
|
| - virtual void OnPingResponse() OVERRIDE;
|
| + const Notification& notification) override;
|
| + virtual void OnPingResponse() override;
|
|
|
| private:
|
| friend class base::RefCountedThreadSafe<NonBlockingPushClient::Core>;
|
|
|