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

Unified Diff: chrome/chrome_browser.gypi

Issue 7819002: Migrate AutofillProfile sync to new API. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 months 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/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 99989)
+++ chrome/chrome_browser.gypi (working copy)
@@ -2055,12 +2055,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',

Powered by Google App Engine
This is Rietveld 408576698