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

Unified Diff: components/sync_driver.gypi

Issue 513543004: [Sync] Rename FailedDataTypesHandler -> DataTypeStatusTable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 6 years, 4 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
« no previous file with comments | « chrome/browser/sync/test/integration/enable_disable_test.cc ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver.gypi
diff --git a/components/sync_driver.gypi b/components/sync_driver.gypi
index 6dd9cc73cfeb0062632aa1f9c29c66a527784e34..59777888bf82cd3bc72f7fd01fdffbca41ee688a 100644
--- a/components/sync_driver.gypi
+++ b/components/sync_driver.gypi
@@ -32,8 +32,8 @@
'sync_driver/data_type_manager_impl.cc',
'sync_driver/data_type_manager_impl.h',
'sync_driver/data_type_manager_observer.h',
- 'sync_driver/failed_data_types_handler.cc',
- 'sync_driver/failed_data_types_handler.h',
+ 'sync_driver/data_type_status_table.cc',
+ 'sync_driver/data_type_status_table.h',
'sync_driver/generic_change_processor.cc',
'sync_driver/generic_change_processor.h',
'sync_driver/generic_change_processor_factory.cc',
« no previous file with comments | « chrome/browser/sync/test/integration/enable_disable_test.cc ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698