Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / remoting / protocol / it2me_host_authenticator_factory.h
index 6683e33..6d19434 100644 (file)
@@ -27,13 +27,13 @@ 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;
+      const buzz::XmlElement* first_message) override;
 
  private:
   std::string local_cert_;