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

Unified Diff: remoting/host/host_change_notification_listener.h

Issue 628753002: replace OVERRIDE and FINAL with override and final in remoting/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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: remoting/host/host_change_notification_listener.h
diff --git a/remoting/host/host_change_notification_listener.h b/remoting/host/host_change_notification_listener.h
index 52e91b5b52340080ccd7d0f6b6bddabcd0c60b8a..e7ff2fef521d58c1fa8db0999a69ca8d2e9d2c5e 100644
--- a/remoting/host/host_change_notification_listener.h
+++ b/remoting/host/host_change_notification_listener.h
@@ -41,9 +41,9 @@ class HostChangeNotificationListener : public SignalStrategy::Listener {
// SignalStrategy::Listener interface.
virtual void OnSignalStrategyStateChange(
- SignalStrategy::State state) OVERRIDE;
+ SignalStrategy::State state) override;
virtual bool OnSignalStrategyIncomingStanza(
- const buzz::XmlElement* stanza) OVERRIDE;
+ const buzz::XmlElement* stanza) override;
private:
void OnHostDeleted();
« no previous file with comments | « remoting/host/heartbeat_sender_unittest.cc ('k') | remoting/host/host_change_notification_listener_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698