| Index: remoting/host/ipc_screen_controls.h
|
| diff --git a/remoting/host/ipc_screen_controls.h b/remoting/host/ipc_screen_controls.h
|
| index feb4807ed38264c77a3f5e8362b3cc3bbc4a6278..e2abb3eefb7dbc6dbefaf43b97ec0a83369ea9cb 100644
|
| --- a/remoting/host/ipc_screen_controls.h
|
| +++ b/remoting/host/ipc_screen_controls.h
|
| @@ -18,10 +18,10 @@ class IpcScreenControls : public ScreenControls {
|
| public:
|
| explicit IpcScreenControls(
|
| scoped_refptr<DesktopSessionProxy> desktop_session_proxy);
|
| - virtual ~IpcScreenControls();
|
| + ~IpcScreenControls() override;
|
|
|
| // SessionController interface.
|
| - virtual void SetScreenResolution(const ScreenResolution& resolution) override;
|
| + void SetScreenResolution(const ScreenResolution& resolution) override;
|
|
|
| private:
|
| // Wraps the IPC channel to the desktop session agent.
|
|
|