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

Unified Diff: remoting/host/fake_host_status_monitor.h

Issue 667123002: Standardize usage of virtual/override/final in remoting/ (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 | « 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 dd857953d586747a03074ef649be6604fad323f4..7c9e7eea07902a60bf53e46f5596858d656c95c2 100644
--- a/remoting/host/fake_host_status_monitor.h
+++ b/remoting/host/fake_host_status_monitor.h
@@ -15,11 +15,11 @@ class FakeHostStatusMonitor
: public base::SupportsWeakPtr<FakeHostStatusMonitor>,
public HostStatusMonitor {
public:
- virtual ~FakeHostStatusMonitor() {}
+ ~FakeHostStatusMonitor() override {}
// HostStatusMonitor interface.
- virtual void AddStatusObserver(HostStatusObserver* observer) override {}
- virtual void RemoveStatusObserver(HostStatusObserver* observer) override {}
+ void AddStatusObserver(HostStatusObserver* observer) override {}
+ 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