| Index: components/signin/core/browser/signin_account_id_helper.cc
|
| diff --git a/components/signin/core/browser/signin_account_id_helper.cc b/components/signin/core/browser/signin_account_id_helper.cc
|
| index 42a4e7c4342979ab898d83b90a5508c42dd53b3b..f6f3ae95e861af4f186cf37370e5735d863a2e8d 100644
|
| --- a/components/signin/core/browser/signin_account_id_helper.cc
|
| +++ b/components/signin/core/browser/signin_account_id_helper.cc
|
| @@ -129,7 +129,8 @@ SigninAccountIdHelper::~SigninAccountIdHelper() {
|
| token_service_->RemoveObserver(this);
|
| }
|
|
|
| -void SigninAccountIdHelper::GoogleSignedOut(const std::string& username) {
|
| +void SigninAccountIdHelper::GoogleSignedOut(const std::string& account_id,
|
| + const std::string& username) {
|
| client_->GetPrefs()->ClearPref(prefs::kGoogleServicesUserAccountId);
|
| }
|
|
|
|
|