| Index: chrome/browser/sync/glue/autofill_profile_change_processor.cc
|
| diff --git a/chrome/browser/sync/glue/autofill_profile_change_processor.cc b/chrome/browser/sync/glue/autofill_profile_change_processor.cc
|
| index bb99391abedbe188af487fb06be1f4f1df2a1362..812c505b458864192580d64cea74176497cbac65 100644
|
| --- a/chrome/browser/sync/glue/autofill_profile_change_processor.cc
|
| +++ b/chrome/browser/sync/glue/autofill_profile_change_processor.cc
|
| @@ -286,6 +286,9 @@ void AutofillProfileChangeProcessor::AddAutofillProfileSyncNode(
|
| node.SetTitle(UTF8ToWide(profile.guid()));
|
|
|
| WriteAutofillProfile(profile, &node);
|
| +
|
| + std::string guid = profile.guid();
|
| + model_associator_->Associate(&guid, node.GetId());
|
| }
|
|
|
| void AutofillProfileChangeProcessor::StartObserving() {
|
|
|