Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / remoting / host / pam_authorization_factory_posix.h
index 7219698..2a084a6 100644 (file)
@@ -18,12 +18,12 @@ 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;
+      const buzz::XmlElement* first_message) override;
 
  private:
   scoped_ptr<protocol::AuthenticatorFactory> underlying_;