Index: chrome/browser/extensions/api/identity/identity_signin_flow.h |
diff --git a/chrome/browser/extensions/api/identity/identity_signin_flow.h b/chrome/browser/extensions/api/identity/identity_signin_flow.h |
index 9a0d64683a9cf0683f04afeb4c234a5bfcc8e1e3..5f443f5137530da5517d7a5ce6ec9d04068e9172 100644 |
--- a/chrome/browser/extensions/api/identity/identity_signin_flow.h |
+++ b/chrome/browser/extensions/api/identity/identity_signin_flow.h |
@@ -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_; |