| 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 23a6ae4f034599541384a4c073bb9d92c596925b..bc1676d7a23c0b77936246f8bb7c4b0a368f7e14 100644
|
| --- a/remoting/protocol/me2me_host_authenticator_factory.h
|
| +++ b/remoting/protocol/me2me_host_authenticator_factory.h
|
| @@ -54,7 +54,7 @@ class Me2MeHostAuthenticatorFactory : public AuthenticatorFactory {
|
| virtual scoped_ptr<Authenticator> CreateAuthenticator(
|
| const std::string& local_jid,
|
| const std::string& remote_jid,
|
| - const buzz::XmlElement* first_message) OVERRIDE;
|
| + const buzz::XmlElement* first_message) override;
|
|
|
| private:
|
| // Used for all host authenticators.
|
|
|