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

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

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.h
diff --git a/jingle/notifier/listener/non_blocking_push_client.h b/jingle/notifier/listener/non_blocking_push_client.h
index b49ae03b5d8ad2102a05c133bc03d52e4552aca4..17dba05deb72d68db7cc37be921f8264132f28c4 100644
--- a/jingle/notifier/listener/non_blocking_push_client.h
+++ b/jingle/notifier/listener/non_blocking_push_client.h
@@ -42,14 +42,14 @@ class NonBlockingPushClient : public PushClient {
virtual ~NonBlockingPushClient();
// PushClient implementation.
- virtual void AddObserver(PushClientObserver* observer) OVERRIDE;
- virtual void RemoveObserver(PushClientObserver* observer) OVERRIDE;
+ virtual void AddObserver(PushClientObserver* observer) override;
+ virtual void RemoveObserver(PushClientObserver* observer) override;
virtual void UpdateSubscriptions(
- const SubscriptionList& subscriptions) OVERRIDE;
+ const SubscriptionList& subscriptions) override;
virtual void UpdateCredentials(
- const std::string& email, const std::string& token) OVERRIDE;
- virtual void SendNotification(const Notification& notification) OVERRIDE;
- virtual void SendPing() OVERRIDE;
+ const std::string& email, const std::string& token) override;
+ virtual void SendNotification(const Notification& notification) override;
+ virtual void SendPing() override;
private:
class Core;
« no previous file with comments | « jingle/notifier/listener/fake_push_client_observer.h ('k') | jingle/notifier/listener/non_blocking_push_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698