| Index: components/signin/core/browser/signin_account_id_helper.h
|
| diff --git a/components/signin/core/browser/signin_account_id_helper.h b/components/signin/core/browser/signin_account_id_helper.h
|
| index 7c5cc069b016231961f7241f4fd419391c98818f..680d463990f649fcd589ad02befe5fc4758c11d4 100644
|
| --- a/components/signin/core/browser/signin_account_id_helper.h
|
| +++ b/components/signin/core/browser/signin_account_id_helper.h
|
| @@ -28,10 +28,10 @@ class SigninAccountIdHelper : public SigninManagerBase::Observer,
|
|
|
| // SigninManagerBase::Observer:
|
| virtual void GoogleSignedOut(const std::string& account_id,
|
| - const std::string& username) OVERRIDE;
|
| + const std::string& username) override;
|
|
|
| // OAuth2TokenService::Observer:
|
| - virtual void OnRefreshTokenAvailable(const std::string& account_id) OVERRIDE;
|
| + virtual void OnRefreshTokenAvailable(const std::string& account_id) override;
|
|
|
| // Disables network requests for testing to avoid messing up with irrelevant
|
| // tests.
|
|
|