| Index: components/autofill/core/browser/webdata/autofill_profile_syncable_service.h
|
| diff --git a/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h b/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h
|
| index 65f03604c6481d25fdc5431c6785670c39e24d96..75757deca38d430ca94796702863b28639f60f50 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h
|
| +++ b/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h
|
| @@ -167,8 +167,8 @@ class AutofillProfileSyncableService
|
| AutofillProfile* autofill_profile);
|
|
|
| // Calls merge_into->OverwriteWithOrAddTo() and then checks if the
|
| - // |merge_into| has extra data. Returns |true| if |merge_into| posseses some
|
| - // multi-valued field values that are not in |merge_from|.
|
| + // |merge_into| has extra data. Returns true if |merge_from| needs updating to
|
| + // be in sync with |merge_into|.
|
| // TODO(isherman): Seems like this should return |true| if |merge_into| was
|
| // modified at all: http://crbug.com/248440
|
| static bool MergeProfile(const AutofillProfile& merge_from,
|
|
|