summaryrefslogtreecommitdiff
path: root/chromium/components/browser_sync
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-08-25 10:44:03 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2016-08-25 09:40:07 +0000
commite20ba3c57b50674f625b5088faa0fe9a076c0617 (patch)
tree3006142b83866a52a56d34ade8446d5044647305 /chromium/components/browser_sync
parent28b1110370900897ab652cb420c371fab8857ad4 (diff)
downloadqtwebengine-chromium-e20ba3c57b50674f625b5088faa0fe9a076c0617.tar.gz
BASELINE: Update Chromium to 53.0.2785.80
Also adds 3rdparty libraries under pdfium. Change-Id: I29afb23f1642fa55765d056697d5d145afa22bb2 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/components/browser_sync')
-rw-r--r--chromium/components/browser_sync/browser/profile_sync_service.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/components/browser_sync/browser/profile_sync_service.cc b/chromium/components/browser_sync/browser/profile_sync_service.cc
index e5192f9d97a..13f89836142 100644
--- a/chromium/components/browser_sync/browser/profile_sync_service.cc
+++ b/chromium/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;
}