Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Unified Diff: chrome/browser/sync/glue/autofill_model_associator2.cc

Issue 5159001: Rest of the autofill work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Diff against the first part of the review. Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698