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

Unified Diff: remoting/host/sas_injector_win.cc

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
Index: remoting/host/sas_injector_win.cc
diff --git a/remoting/host/sas_injector_win.cc b/remoting/host/sas_injector_win.cc
index ca8286de7d6a8bb82bc1b316fc07bd7daa9c925e..eb48ed29e18a18e24611104bd39d34523a8fa852 100644
--- a/remoting/host/sas_injector_win.cc
+++ b/remoting/host/sas_injector_win.cc
@@ -112,7 +112,7 @@ class SasInjectorWin : public SasInjector {
virtual ~SasInjectorWin();
// SasInjector implementation.
- virtual bool InjectSas() OVERRIDE;
+ virtual bool InjectSas() override;
private:
base::ScopedNativeLibrary sas_dll_;
@@ -128,7 +128,7 @@ class SasInjectorXp : public SasInjector {
virtual ~SasInjectorXp();
// SasInjector implementation.
- virtual bool InjectSas() OVERRIDE;
+ virtual bool InjectSas() override;
};
SasInjectorWin::SasInjectorWin() : send_sas_(NULL) {
« no previous file with comments | « remoting/host/resizing_host_observer_unittest.cc ('k') | remoting/host/setup/daemon_controller_delegate_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698