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

Unified Diff: remoting/host/continue_window.h

Issue 667123002: Standardize usage of virtual/override/final in remoting/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/config_file_watcher.h ('k') | remoting/host/continue_window_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/continue_window.h
diff --git a/remoting/host/continue_window.h b/remoting/host/continue_window.h
index 909bd92288bc0e2eacb685790544cb87440f2fe6..aed28635fd3c2fb0e25f8984a957c5f09c493b04 100644
--- a/remoting/host/continue_window.h
+++ b/remoting/host/continue_window.h
@@ -14,11 +14,10 @@ namespace remoting {
class ContinueWindow : public HostWindow {
public:
- virtual ~ContinueWindow();
+ ~ContinueWindow() override;
// HostWindow override.
- virtual void Start(
- const base::WeakPtr<ClientSessionControl>& client_session_control)
+ void Start(const base::WeakPtr<ClientSessionControl>& client_session_control)
override;
// Resumes paused client session.
« no previous file with comments | « remoting/host/config_file_watcher.h ('k') | remoting/host/continue_window_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698