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

Unified Diff: remoting/host/fake_mouse_cursor_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_status_monitor.h ('k') | remoting/host/gnubby_auth_handler_posix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/fake_mouse_cursor_monitor.h
diff --git a/remoting/host/fake_mouse_cursor_monitor.h b/remoting/host/fake_mouse_cursor_monitor.h
index ebb20c597996e0dc303ad066160f0ca366912c04..c53a355d991051b21d353bb700948c5571c68128 100644
--- a/remoting/host/fake_mouse_cursor_monitor.h
+++ b/remoting/host/fake_mouse_cursor_monitor.h
@@ -12,10 +12,10 @@ namespace remoting {
class FakeMouseCursorMonitor : public webrtc::MouseCursorMonitor {
public:
FakeMouseCursorMonitor();
- virtual ~FakeMouseCursorMonitor();
+ ~FakeMouseCursorMonitor() override;
- virtual void Init(Callback* callback, Mode mode) override;
- virtual void Capture() override;
+ void Init(Callback* callback, Mode mode) override;
+ void Capture() override;
private:
Callback* callback_;
« no previous file with comments | « remoting/host/fake_host_status_monitor.h ('k') | remoting/host/gnubby_auth_handler_posix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698