| 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 207e6b5e2e57da61c09a34483a958e9c1caebeef..9a0d64683a9cf0683f04afeb4c234a5bfcc8e1e3 100644
|
| --- a/chrome/browser/extensions/api/identity/identity_signin_flow.h
|
| +++ b/chrome/browser/extensions/api/identity/identity_signin_flow.h
|
| @@ -40,7 +40,7 @@ class IdentitySigninFlow : public OAuth2TokenService::Observer {
|
| void Start();
|
|
|
| // OAuth2TokenService::Observer implementation:
|
| - virtual void OnRefreshTokenAvailable(const std::string& account_id) OVERRIDE;
|
| + virtual void OnRefreshTokenAvailable(const std::string& account_id) override;
|
|
|
| private:
|
| Delegate* delegate_;
|
|
|