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

Unified Diff: jingle/notifier/listener/fake_push_client_observer.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
« no previous file with comments | « jingle/notifier/listener/fake_push_client.h ('k') | jingle/notifier/listener/non_blocking_push_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « jingle/notifier/listener/fake_push_client.h ('k') | jingle/notifier/listener/non_blocking_push_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698