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

Unified Diff: remoting/host/fake_host_status_monitor.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
« no previous file with comments | « remoting/host/fake_host_extension.cc ('k') | remoting/host/fake_mouse_cursor_monitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/fake_host_status_monitor.h
diff --git a/remoting/host/fake_host_status_monitor.h b/remoting/host/fake_host_status_monitor.h
index aa37c5e83be7e65ff8401ebdb11c4b24ccf41a6b..dd857953d586747a03074ef649be6604fad323f4 100644
--- a/remoting/host/fake_host_status_monitor.h
+++ b/remoting/host/fake_host_status_monitor.h
@@ -18,8 +18,8 @@ class FakeHostStatusMonitor
virtual ~FakeHostStatusMonitor() {}
// HostStatusMonitor interface.
- virtual void AddStatusObserver(HostStatusObserver* observer) OVERRIDE {}
- virtual void RemoveStatusObserver(HostStatusObserver* observer) OVERRIDE {}
+ virtual void AddStatusObserver(HostStatusObserver* observer) override {}
+ virtual void RemoveStatusObserver(HostStatusObserver* observer) override {}
};
} // namespace remoting
« no previous file with comments | « remoting/host/fake_host_extension.cc ('k') | remoting/host/fake_mouse_cursor_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698