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: remoting/host/fake_mouse_cursor_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_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 0b46d727ede1f9d253e226be787cd3636eac063e..ebb20c597996e0dc303ad066160f0ca366912c04 100644
--- a/remoting/host/fake_mouse_cursor_monitor.h
+++ b/remoting/host/fake_mouse_cursor_monitor.h
@@ -14,8 +14,8 @@ class FakeMouseCursorMonitor : public webrtc::MouseCursorMonitor {
FakeMouseCursorMonitor();
virtual ~FakeMouseCursorMonitor();
- virtual void Init(Callback* callback, Mode mode) OVERRIDE;
- virtual void Capture() OVERRIDE;
+ virtual void Init(Callback* callback, Mode mode) override;
+ virtual 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