Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / api / identity / identity_signin_flow.h
index 207e6b5..5f443f5 100644 (file)
@@ -34,13 +34,13 @@ class IdentitySigninFlow : public OAuth2TokenService::Observer {
 
   IdentitySigninFlow(Delegate* delegate,
                      Profile* profile);
-  virtual ~IdentitySigninFlow();
+  ~IdentitySigninFlow() override;
 
   // Starts the flow. Should only be called once.
   void Start();
 
   // OAuth2TokenService::Observer implementation:
-  virtual void OnRefreshTokenAvailable(const std::string& account_id) OVERRIDE;
+  void OnRefreshTokenAvailable(const std::string& account_id) override;
 
  private:
   Delegate* delegate_;