| 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 e5192f9d97a7ce6b1e927adcb62d5e06cfaaab1a..13f898361422993904bdbbeaa57351269f46e415 100644
|
| --- a/components/browser_sync/browser/profile_sync_service.cc
|
| +++ b/components/browser_sync/browser/profile_sync_service.cc
|
| @@ -2116,7 +2116,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;
|
| }
|
|
|