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

Unified Diff: remoting/host/disconnect_window_linux.cc

Issue 660803004: Standardize usage of virtual/override/final specifiers. (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/desktop_resizer_linux.cc ('k') | remoting/host/gnubby_auth_handler_posix_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/disconnect_window_linux.cc
diff --git a/remoting/host/disconnect_window_linux.cc b/remoting/host/disconnect_window_linux.cc
index daae57abcfe8b23ce9481782e109ddbe2b4cf6ca..5680e1d2c70e7a04a8344f6239154e1dcc0d5d83 100644
--- a/remoting/host/disconnect_window_linux.cc
+++ b/remoting/host/disconnect_window_linux.cc
@@ -22,11 +22,10 @@ namespace {
class DisconnectWindowGtk : public HostWindow {
public:
DisconnectWindowGtk();
- virtual ~DisconnectWindowGtk();
+ ~DisconnectWindowGtk() override;
// HostWindow overrides.
- virtual void Start(
- const base::WeakPtr<ClientSessionControl>& client_session_control)
+ void Start(const base::WeakPtr<ClientSessionControl>& client_session_control)
override;
private:
« no previous file with comments | « remoting/host/desktop_resizer_linux.cc ('k') | remoting/host/gnubby_auth_handler_posix_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698