| Index: components/browser_sync/browser/profile_sync_service.cc
|
| diff --git a/components/browser_sync/browser/profile_sync_service.cc b/components/browser_sync/browser/profile_sync_service.cc
|
| index de2967759da13acf4d8862d9d13fac1583130f68..7e047cbe5910e62d9f057108e89b14efb0aa636e 100644
|
| --- a/components/browser_sync/browser/profile_sync_service.cc
|
| +++ b/components/browser_sync/browser/profile_sync_service.cc
|
| @@ -2117,7 +2117,7 @@ void ProfileSyncService::OnGaiaAccountsInCookieUpdated(
|
|
|
| // Iterate through list of accounts, looking for current sync account.
|
| for (const auto& account : accounts) {
|
| - if (account.gaia_id == account_id) {
|
| + if (account.id == account_id) {
|
| cookie_jar_mismatch = false;
|
| break;
|
| }
|
|
|