| Index: components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc
|
| diff --git a/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc b/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc
|
| index cd99e11a2aadc10c9926a21498dea92aa64ca4f1..85d50a6bcf5490c1644c3c9130dc0ce5a4c3e5fd 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc
|
| +++ b/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc
|
| @@ -111,7 +111,7 @@ AutofillProfileSyncableService::MergeDataAndStartSyncing(
|
| DVLOG(2) << "[AUTOFILL MIGRATION]"
|
| << "Printing profiles from web db";
|
|
|
| - for (const auto& p : profiles_) {
|
| + for (const auto* p : profiles_) {
|
| DVLOG(2) << "[AUTOFILL MIGRATION] "
|
| << UTF16ToUTF8(p->GetRawInfo(NAME_FIRST))
|
| << UTF16ToUTF8(p->GetRawInfo(NAME_LAST))
|
|
|