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 6683e339d58d8c531f31c0a0978fbcc69d22b714..14c30083cb8d7b33e621ff3cfabd5c842fe0900c 100644 |
--- a/remoting/protocol/it2me_host_authenticator_factory.h |
+++ b/remoting/protocol/it2me_host_authenticator_factory.h |
@@ -33,7 +33,7 @@ class It2MeHostAuthenticatorFactory : 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: |
std::string local_cert_; |