| Index: remoting/protocol/me2me_host_authenticator_factory.h
|
| diff --git a/remoting/protocol/me2me_host_authenticator_factory.h b/remoting/protocol/me2me_host_authenticator_factory.h
|
| index bc1676d7a23c0b77936246f8bb7c4b0a368f7e14..d97b474dbe004ce916f18f90623dd259fa17138f 100644
|
| --- a/remoting/protocol/me2me_host_authenticator_factory.h
|
| +++ b/remoting/protocol/me2me_host_authenticator_factory.h
|
| @@ -48,10 +48,10 @@ class Me2MeHostAuthenticatorFactory : public AuthenticatorFactory {
|
| static scoped_ptr<AuthenticatorFactory> CreateRejecting();
|
|
|
| Me2MeHostAuthenticatorFactory();
|
| - virtual ~Me2MeHostAuthenticatorFactory();
|
| + ~Me2MeHostAuthenticatorFactory() 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;
|
|
|