| Index: components/autofill/core/browser/autofill_profile.cc
|
| diff --git a/components/autofill/core/browser/autofill_profile.cc b/components/autofill/core/browser/autofill_profile.cc
|
| index 741cd1a3c59023e0b902db3d5eda759a7539254a..f73fe5eece0e2f1ea1e47a88205c70bc08378eff 100644
|
| --- a/components/autofill/core/browser/autofill_profile.cc
|
| +++ b/components/autofill/core/browser/autofill_profile.cc
|
| @@ -446,6 +446,8 @@ bool AutofillProfile::MergeDataFrom(const AutofillProfile& profile,
|
| PhoneNumber phone_number(this);
|
| Address address;
|
|
|
| + DVLOG(1) << "Merging profiles:\nSource = " << profile << "\nDest = " << *this;
|
| +
|
| // The comparator's merge operations are biased to prefer the data in the
|
| // first profile parameter when the data is the same modulo case. We pass the
|
| // incoming profile in this position to prefer accepting updates instead of
|
|
|