summaryrefslogtreecommitdiffstats
path: root/remoting/host/disconnect_window_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/disconnect_window_win.cc')
-rw-r--r--remoting/host/disconnect_window_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/disconnect_window_win.cc b/remoting/host/disconnect_window_win.cc
index a9b892c..b9736ef 100644
--- a/remoting/host/disconnect_window_win.cc
+++ b/remoting/host/disconnect_window_win.cc
@@ -40,7 +40,7 @@ class DisconnectWindowWin : public HostWindow {
// HostWindow overrides.
virtual void Start(
const base::WeakPtr<ClientSessionControl>& client_session_control)
- OVERRIDE;
+ override;
protected:
static INT_PTR CALLBACK DialogProc(HWND hwnd, UINT message, WPARAM wparam,