Migrate AutofillProfile sync to new API.
Still need to remove autofill_model_associator.cc/h - used for autocomplete
TEST=unit-tested + all AutofillProfile sync should work correctly.
BUG=83782
Review URL: http://codereview.chromium.org/7819002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100782 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 2060863f..cd5b8c9 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2058,12 +2058,10 @@
'browser/sync/glue/autofill_data_type_controller.h',
'browser/sync/glue/autofill_model_associator.cc',
'browser/sync/glue/autofill_model_associator.h',
- 'browser/sync/glue/autofill_profile_change_processor.cc',
- 'browser/sync/glue/autofill_profile_change_processor.h',
'browser/sync/glue/autofill_profile_data_type_controller.cc',
'browser/sync/glue/autofill_profile_data_type_controller.h',
- 'browser/sync/glue/autofill_profile_model_associator.cc',
- 'browser/sync/glue/autofill_profile_model_associator.h',
+ 'browser/sync/glue/autofill_profile_syncable_service.cc',
+ 'browser/sync/glue/autofill_profile_syncable_service.h',
'browser/sync/glue/bookmark_change_processor.cc',
'browser/sync/glue/bookmark_change_processor.h',
'browser/sync/glue/bookmark_data_type_controller.cc',