| Index: components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc
|
| diff --git a/components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc b/components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc
|
| index da62a11312cf4ff9b2301e2d43e5cccd2741ab17..cc4d442e612985b47d4b93c658719a13e797c960 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc
|
| +++ b/components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc
|
| @@ -402,6 +402,7 @@ TEST_F(AutofillProfileSyncableServiceTest, MergeSimilarProfiles) {
|
| // should never overwrite a verified one.
|
| AutofillProfile expected_profile(profile1);
|
| expected_profile.set_origin(origin_present1);
|
| + expected_profile.SetRawInfo(NAME_FULL, ASCIIToUTF16("John"));
|
| // Merging two profile adds their user count.
|
| expected_profile.set_use_count(2);
|
| syncer::SyncChangeList expected_change_list;
|
|
|