| Index: chrome/browser/sync/glue/autofill_model_associator.cc
|
| diff --git a/chrome/browser/sync/glue/autofill_model_associator.cc b/chrome/browser/sync/glue/autofill_model_associator.cc
|
| index 6c50075682e6fa0c759dd5abcf35fe08b3cb91f6..a37357588aa8a20abf2a5333ebd09f534ee988db 100644
|
| --- a/chrome/browser/sync/glue/autofill_model_associator.cc
|
| +++ b/chrome/browser/sync/glue/autofill_model_associator.cc
|
| @@ -93,7 +93,7 @@ bool AutofillModelAssociator::TraverseAndAssociateChromeAutofillEntries(
|
| LOG(ERROR) << "Failed to create autofill sync node.";
|
| return false;
|
| }
|
| - node.SetTitle(UTF16ToWide(ix->key().name() + ix->key().value()));
|
| + node.SetTitle(UTF8ToWide(tag));
|
| AutofillChangeProcessor::WriteAutofillEntry(*ix, &node);
|
| Associate(&tag, node.GetId());
|
| }
|
|
|