diff options
Diffstat (limited to 'components/sync_driver')
-rw-r--r-- | components/sync_driver/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn index f55383a..5100e1a 100644 --- a/components/sync_driver/BUILD.gn +++ b/components/sync_driver/BUILD.gn @@ -45,11 +45,11 @@ static_library("sync_driver") { "pref_names.h", "proxy_data_type_controller.cc", "proxy_data_type_controller.h", - "sync_api_component_factory.h", "shared_change_processor.cc", "shared_change_processor.h", "shared_change_processor_ref.cc", "shared_change_processor_ref.h", + "sync_api_component_factory.h", "sync_frontend.cc", "sync_frontend.h", "sync_prefs.cc", |