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

Unified Diff: remoting/host/win/wts_session_process_delegate.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
Index: remoting/host/win/wts_session_process_delegate.h
diff --git a/remoting/host/win/wts_session_process_delegate.h b/remoting/host/win/wts_session_process_delegate.h
index cfe856e2b369f9433b5270408546a65dff56ebe0..625c84624b946aca832c1c9175e5cf72c5c721ba 100644
--- a/remoting/host/win/wts_session_process_delegate.h
+++ b/remoting/host/win/wts_session_process_delegate.h
@@ -40,10 +40,10 @@ class WtsSessionProcessDelegate
bool Initialize(uint32 session_id);
// WorkerProcessLauncher::Delegate implementation.
- virtual void LaunchProcess(WorkerProcessLauncher* event_handler) OVERRIDE;
- virtual void Send(IPC::Message* message) OVERRIDE;
- virtual void CloseChannel() OVERRIDE;
- virtual void KillProcess() OVERRIDE;
+ virtual void LaunchProcess(WorkerProcessLauncher* event_handler) override;
+ virtual void Send(IPC::Message* message) override;
+ virtual void CloseChannel() override;
+ virtual void KillProcess() override;
private:
// The actual implementation resides in WtsSessionProcessDelegate::Core class.
« no previous file with comments | « remoting/host/win/worker_process_launcher_unittest.cc ('k') | remoting/host/win/wts_session_process_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698