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

Unified Diff: remoting/host/win/chromoting_module.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/video_scheduler_unittest.cc ('k') | remoting/host/win/host_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/chromoting_module.h
diff --git a/remoting/host/win/chromoting_module.h b/remoting/host/win/chromoting_module.h
index 2c7f1aa0463ffd35db98a56e8e106ca73f5a8d3f..d1245168b74bafe02c427e4efb1cc0fbb8e5d511 100644
--- a/remoting/host/win/chromoting_module.h
+++ b/remoting/host/win/chromoting_module.h
@@ -47,7 +47,7 @@ class ChromotingModule : public ATL::CAtlModuleT<ChromotingModule> {
bool Run();
// ATL::CAtlModuleT<> overrides
- virtual LONG Unlock() OVERRIDE;
+ virtual LONG Unlock() override;
DECLARE_LIBID(LIBID_ChromotingLib)
« no previous file with comments | « remoting/host/video_scheduler_unittest.cc ('k') | remoting/host/win/host_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698