| Index: remoting/host/it2me/it2me_native_messaging_host.h
|
| diff --git a/remoting/host/it2me/it2me_native_messaging_host.h b/remoting/host/it2me/it2me_native_messaging_host.h
|
| index ba4b6e6c31bd86dc9e35d1b212473d1f4ab2b13b..0603c1a86cfdfa9fa29ee1cbefd2db1adfc5debb 100644
|
| --- a/remoting/host/it2me/it2me_native_messaging_host.h
|
| +++ b/remoting/host/it2me/it2me_native_messaging_host.h
|
| @@ -27,7 +27,7 @@ class It2MeNativeMessagingHost : public It2MeHost::Observer,
|
| It2MeNativeMessagingHost(
|
| scoped_ptr<ChromotingHostContext> host_context,
|
| scoped_ptr<It2MeHostFactory> host_factory);
|
| - ~It2MeNativeMessagingHost();
|
| + ~It2MeNativeMessagingHost() override;
|
|
|
| // extensions::NativeMessageHost implementation.
|
| void OnMessage(const std::string& message) override;
|
|
|