Chromium Code Reviews| Index: remoting/host/continue_window.h | 
| diff --git a/remoting/host/continue_window.h b/remoting/host/continue_window.h | 
| index 4a48e16358ba7da6c22ad54e2fcfaf54ea5a411c..909bd92288bc0e2eacb685790544cb87440f2fe6 100644 | 
| --- a/remoting/host/continue_window.h | 
| +++ b/remoting/host/continue_window.h | 
| @@ -19,7 +19,7 @@ class ContinueWindow : public HostWindow { | 
| // HostWindow override. | 
| virtual void Start( | 
| const base::WeakPtr<ClientSessionControl>& client_session_control) | 
| - OVERRIDE; | 
| + override; | 
| // Resumes paused client session. | 
| void ContinueSession(); |