Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / remoting / protocol / negotiating_client_authenticator.h
index 05a8b17..699f4d3 100644 (file)
@@ -32,12 +32,12 @@ class NegotiatingClientAuthenticator : public NegotiatingAuthenticatorBase {
       scoped_ptr<ThirdPartyClientAuthenticator::TokenFetcher> token_fetcher_,
       const std::vector<AuthenticationMethod>& methods);
 
-  virtual ~NegotiatingClientAuthenticator();
+  ~NegotiatingClientAuthenticator() override;
 
   // Overriden from Authenticator.
-  virtual void ProcessMessage(const buzz::XmlElement* message,
-                              const base::Closure& resume_callback) OVERRIDE;
-  virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
+  void ProcessMessage(const buzz::XmlElement* message,
+                      const base::Closure& resume_callback) override;
+  scoped_ptr<buzz::XmlElement> GetNextMessage() override;
 
  private:
   // (Asynchronously) creates an authenticator, and stores it in