Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / remoting / protocol / ssl_hmac_channel_authenticator.h
index 849dab3..ece68fd 100644 (file)
@@ -53,12 +53,11 @@ class SslHmacChannelAuthenticator : public ChannelAuthenticator,
       scoped_refptr<RsaKeyPair> key_pair,
       const std::string& auth_key);
 
-  virtual ~SslHmacChannelAuthenticator();
+  ~SslHmacChannelAuthenticator() override;
 
   // ChannelAuthenticator interface.
-  virtual void SecureAndAuthenticate(
-      scoped_ptr<net::StreamSocket> socket,
-      const DoneCallback& done_callback) OVERRIDE;
+  void SecureAndAuthenticate(scoped_ptr<net::StreamSocket> socket,
+                             const DoneCallback& done_callback) override;
 
  private:
   SslHmacChannelAuthenticator(const std::string& auth_key);