| Index: remoting/host/pam_authorization_factory_posix.h
|
| diff --git a/remoting/host/pam_authorization_factory_posix.h b/remoting/host/pam_authorization_factory_posix.h
|
| index 7931dcf3a64dc3a6961d6e2dea5287f7146b3000..2a084a6b46a464e3d766a924359f9e179abc1a32 100644
|
| --- a/remoting/host/pam_authorization_factory_posix.h
|
| +++ b/remoting/host/pam_authorization_factory_posix.h
|
| @@ -18,9 +18,9 @@ class PamAuthorizationFactory : public protocol::AuthenticatorFactory {
|
| public:
|
| PamAuthorizationFactory(
|
| scoped_ptr<protocol::AuthenticatorFactory> underlying);
|
| - virtual ~PamAuthorizationFactory();
|
| + ~PamAuthorizationFactory() override;
|
|
|
| - virtual scoped_ptr<protocol::Authenticator> CreateAuthenticator(
|
| + scoped_ptr<protocol::Authenticator> CreateAuthenticator(
|
| const std::string& local_jid,
|
| const std::string& remote_jid,
|
| const buzz::XmlElement* first_message) override;
|
|
|