| Index: remoting/host/continue_window.h
|
| diff --git a/remoting/host/continue_window.h b/remoting/host/continue_window.h
|
| index 909bd92288bc0e2eacb685790544cb87440f2fe6..aed28635fd3c2fb0e25f8984a957c5f09c493b04 100644
|
| --- a/remoting/host/continue_window.h
|
| +++ b/remoting/host/continue_window.h
|
| @@ -14,11 +14,10 @@ namespace remoting {
|
|
|
| class ContinueWindow : public HostWindow {
|
| public:
|
| - virtual ~ContinueWindow();
|
| + ~ContinueWindow() override;
|
|
|
| // HostWindow override.
|
| - virtual void Start(
|
| - const base::WeakPtr<ClientSessionControl>& client_session_control)
|
| + void Start(const base::WeakPtr<ClientSessionControl>& client_session_control)
|
| override;
|
|
|
| // Resumes paused client session.
|
|
|