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

Unified Diff: remoting/host/win/host_service.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/win/chromoting_module.h ('k') | remoting/host/win/rdp_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/host_service.h
diff --git a/remoting/host/win/host_service.h b/remoting/host/win/host_service.h
index ccd92f7bbebe27a9a287a59912445df02eb62e4e..96cfff2d2d5ca881ca908fd2c660993764ba93a9 100644
--- a/remoting/host/win/host_service.h
+++ b/remoting/host/win/host_service.h
@@ -38,9 +38,9 @@ class HostService : public WtsTerminalMonitor {
// WtsTerminalMonitor implementation
virtual bool AddWtsTerminalObserver(const std::string& terminal_id,
- WtsTerminalObserver* observer) OVERRIDE;
+ WtsTerminalObserver* observer) override;
virtual void RemoveWtsTerminalObserver(
- WtsTerminalObserver* observer) OVERRIDE;
+ WtsTerminalObserver* observer) override;
private:
HostService();
« no previous file with comments | « remoting/host/win/chromoting_module.h ('k') | remoting/host/win/rdp_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698