| Index: remoting/host/win/rdp_client_window.h
|
| diff --git a/remoting/host/win/rdp_client_window.h b/remoting/host/win/rdp_client_window.h
|
| index 012dca95d5a129c4b09669c3a8c134920c7bdcf5..5298228710c538ed5fd7812ea5492406dda247b2 100644
|
| --- a/remoting/host/win/rdp_client_window.h
|
| +++ b/remoting/host/win/rdp_client_window.h
|
| @@ -66,7 +66,7 @@ class RdpClientWindow
|
| RdpClientWindow(const net::IPEndPoint& server_endpoint,
|
| const std::string& terminal_id,
|
| EventHandler* event_handler);
|
| - ~RdpClientWindow();
|
| + ~RdpClientWindow() override;
|
|
|
| // Creates the window along with the ActiveX control and initiates the
|
| // connection. |screen_size| specifies resolution of the screen. Returns false
|
|
|