| Index: chrome/browser/webdata/autofill_profile_syncable_service.cc
|
| diff --git a/chrome/browser/webdata/autofill_profile_syncable_service.cc b/chrome/browser/webdata/autofill_profile_syncable_service.cc
|
| index ac0e44fc9ad6b234cb899027f2a9a4f3793855a6..05d427cc5a82693588faa62b0547c6b2efe89464 100644
|
| --- a/chrome/browser/webdata/autofill_profile_syncable_service.cc
|
| +++ b/chrome/browser/webdata/autofill_profile_syncable_service.cc
|
| @@ -500,7 +500,7 @@ syncer::SyncData AutofillProfileSyncableService::CreateData(
|
| WriteAutofillProfile(profile, &specifics);
|
| return
|
| syncer::SyncData::CreateLocalData(
|
| - profile.guid(), profile.guid(), specifics);
|
| + profile.guid(), profile.guid(), specifics, false);
|
| }
|
|
|
| bool AutofillProfileSyncableService::UpdateField(
|
|
|