| Index: remoting/protocol/it2me_host_authenticator_factory.h
|
| diff --git a/remoting/protocol/it2me_host_authenticator_factory.h b/remoting/protocol/it2me_host_authenticator_factory.h
|
| index 14c30083cb8d7b33e621ff3cfabd5c842fe0900c..6d194346508e7569e66548110468d9db84a835e2 100644
|
| --- a/remoting/protocol/it2me_host_authenticator_factory.h
|
| +++ b/remoting/protocol/it2me_host_authenticator_factory.h
|
| @@ -27,10 +27,10 @@ class It2MeHostAuthenticatorFactory : public AuthenticatorFactory {
|
| const std::string& local_cert,
|
| scoped_refptr<RsaKeyPair> key_pair,
|
| const std::string& shared_secret);
|
| - virtual ~It2MeHostAuthenticatorFactory();
|
| + ~It2MeHostAuthenticatorFactory() override;
|
|
|
| // AuthenticatorFactory interface.
|
| - virtual scoped_ptr<Authenticator> CreateAuthenticator(
|
| + scoped_ptr<Authenticator> CreateAuthenticator(
|
| const std::string& local_jid,
|
| const std::string& remote_jid,
|
| const buzz::XmlElement* first_message) override;
|
|
|