Index: remoting/host/disconnect_window_win.cc |
diff --git a/remoting/host/disconnect_window_win.cc b/remoting/host/disconnect_window_win.cc |
index a9b892cb4ca88c350f53a0422e1a193c55e5df16..b9736efbc7d59fedd480a064f9a7fb71d9618f9f 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, |