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

Unified Diff: remoting/host/disconnect_window_win.cc

Issue 1101033002: Update {virtual,override} to follow C++11 style in remoting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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_session_win.cc ('k') | remoting/host/gnubby_auth_handler_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/disconnect_window_win.cc
diff --git a/remoting/host/disconnect_window_win.cc b/remoting/host/disconnect_window_win.cc
index fd789d4f54662f6ee2b6f4b834e4f2e6fb35c7a7..7617b091ad0413e7f2d142da04b4f8150e29cec5 100644
--- a/remoting/host/disconnect_window_win.cc
+++ b/remoting/host/disconnect_window_win.cc
@@ -35,10 +35,10 @@ const int kWindowTextMargin = 8;
class DisconnectWindowWin : public HostWindow {
public:
DisconnectWindowWin();
- virtual ~DisconnectWindowWin();
+ ~DisconnectWindowWin() override;
// HostWindow overrides.
- virtual void Start(
+ void Start(
const base::WeakPtr<ClientSessionControl>& client_session_control)
override;
« no previous file with comments | « remoting/host/desktop_session_win.cc ('k') | remoting/host/gnubby_auth_handler_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698