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

Unified Diff: jingle/notifier/listener/non_blocking_push_client.cc

Issue 628123002: Replacing the OVERRIDE with override and FINAL with final in jingle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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/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>;
« no previous file with comments | « jingle/notifier/listener/non_blocking_push_client.h ('k') | jingle/notifier/listener/non_blocking_push_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698