| Index: remoting/host/it2me_desktop_environment.h
|
| diff --git a/remoting/host/it2me_desktop_environment.h b/remoting/host/it2me_desktop_environment.h
|
| index eaa770165ece3efa2abe26f3cf554bfc70f4e096..c8c3c32c18fd6371434bff2c4ec83f55d0762789 100644
|
| --- a/remoting/host/it2me_desktop_environment.h
|
| +++ b/remoting/host/it2me_desktop_environment.h
|
| @@ -18,7 +18,7 @@ class LocalInputMonitor;
|
| // the local user.
|
| class It2MeDesktopEnvironment : public BasicDesktopEnvironment {
|
| public:
|
| - virtual ~It2MeDesktopEnvironment();
|
| + ~It2MeDesktopEnvironment() override;
|
|
|
| protected:
|
| friend class It2MeDesktopEnvironmentFactory;
|
| @@ -48,10 +48,10 @@ class It2MeDesktopEnvironmentFactory : public BasicDesktopEnvironmentFactory {
|
| scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
|
| scoped_refptr<base::SingleThreadTaskRunner> input_task_runner,
|
| scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner);
|
| - virtual ~It2MeDesktopEnvironmentFactory();
|
| + ~It2MeDesktopEnvironmentFactory() override;
|
|
|
| // DesktopEnvironmentFactory interface.
|
| - virtual scoped_ptr<DesktopEnvironment> Create(
|
| + scoped_ptr<DesktopEnvironment> Create(
|
| base::WeakPtr<ClientSessionControl> client_session_control) override;
|
|
|
| private:
|
|
|