Index: chrome/browser/sync/glue/autofill_model_associator2.cc |
diff --git a/chrome/browser/sync/glue/autofill_model_associator2.cc b/chrome/browser/sync/glue/autofill_model_associator2.cc |
index 80422e82ff6110a5765629e369c7a2d71f5c206b..ec69052b20449ebb765baa4f3b212434163581de 100755 |
--- a/chrome/browser/sync/glue/autofill_model_associator2.cc |
+++ b/chrome/browser/sync/glue/autofill_model_associator2.cc |
@@ -213,7 +213,7 @@ bool AutofillModelAssociator2::MakeNewAutofillProfileSyncNode( |
return false; |
} |
node.SetTitle(UTF8ToWide(tag)); |
- AutofillChangeProcessor::WriteAutofillProfile(profile, &node); |
+ AutofillChangeProcessor2::WriteAutofillProfile(profile, &node); |
*sync_id = node.GetId(); |
return true; |
} |