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

Issue 408003002: [Sync] Fix namespace for sync_driver component (Closed)

Created:
6 years, 5 months ago by Nicolas Zea
Modified:
6 years, 5 months ago
CC:
chromium-reviews, tim+watch_chromium.org, haitaol+watch_chromium.org, zea+watch_chromium.org, maniscalco+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

[Sync] Fix namespace for sync_driver component browser_sync namespace was still in use while transitions were being made. We're far enough along now that it's worth moving to the sync_driver namespace. BUG=339728 TBR=bauerb@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284799

Patch Set 1 #

Patch Set 2 : Fix compile and chrome/ usage #

Total comments: 12

Patch Set 3 : Address comments #

Total comments: 2

Patch Set 4 : Address comments #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+564 lines, -497 lines) Patch
M chrome/browser/supervised_user/supervised_user_sync_data_type_controller.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_sync_data_type_controller.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/backend_migrator.h View 1 3 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/sync/backend_migrator.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/backend_migrator_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/sync/glue/autofill_data_type_controller.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc View 1 6 chunks +18 lines, -16 lines 0 comments Download
M chrome/browser/sync/glue/autofill_profile_data_type_controller.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/bookmark_change_processor.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_change_processor.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_model_associator.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_model_associator.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/extension_backed_data_type_controller.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/extension_backed_data_type_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/extension_data_type_controller.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/extension_data_type_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/extension_setting_data_type_controller.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/frontend_data_type_controller.h View 1 4 chunks +12 lines, -9 lines 0 comments Download
M chrome/browser/sync/glue/frontend_data_type_controller.cc View 1 2 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/frontend_data_type_controller_mock.h View 1 1 chunk +6 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/non_frontend_data_type_controller.h View 1 6 chunks +12 lines, -10 lines 0 comments Download
M chrome/browser/sync/glue/non_frontend_data_type_controller.cc View 1 3 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/non_frontend_data_type_controller_mock.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc View 1 2 3 4 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/glue/password_data_type_controller.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/search_engine_data_type_controller.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/search_engine_data_type_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/search_engine_data_type_controller_unittest.cc View 1 8 chunks +36 lines, -24 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host.h View 1 2 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host_core.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/sync_backend_host_impl.h View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host_impl.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc View 1 2 3 4 2 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host_mock.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host_mock.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_registrar.h View 1 4 chunks +9 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_registrar.cc View 1 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_registrar_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/synced_device_tracker.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/theme_data_type_controller.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/theme_data_type_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/typed_url_change_processor.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_change_processor.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_data_type_controller.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/sync/glue/typed_url_data_type_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/typed_url_model_associator.h View 1 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_model_associator.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_components_factory.h View 1 2 3 4 4 chunks +21 lines, -21 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl.h View 1 2 3 4 3 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl.cc View 1 2 3 4 4 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_mock.h View 1 2 3 4 3 chunks +13 lines, -13 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_mock.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.h View 1 2 3 4 11 chunks +19 lines, -16 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 1 2 3 4 6 chunks +19 lines, -19 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_autofill_unittest.cc View 1 2 5 chunks +10 lines, -6 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_bookmark_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_mock.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_startup_unittest.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_typed_url_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_unittest.cc View 1 2 3 4 3 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/sync/sessions/session_data_type_controller.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/sessions/session_data_type_controller.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/sessions/session_data_type_controller_unittest.cc View 1 2 3 4 4 chunks +27 lines, -16 lines 0 comments Download
M chrome/browser/sync/test/integration/enable_disable_test.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/test_profile_sync_service.h View 1 2 3 4 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/sync/test_profile_sync_service.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M components/sync_driver/backend_data_type_configurer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/backend_data_type_configurer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/change_processor.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/change_processor.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/change_processor_mock.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/change_processor_mock.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/sync_driver/data_type_controller.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/data_type_controller.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/data_type_controller_mock.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/data_type_controller_mock.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/data_type_encryption_handler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/data_type_encryption_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/sync_driver/data_type_error_handler.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M components/sync_driver/data_type_error_handler_mock.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/data_type_error_handler_mock.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M components/sync_driver/data_type_manager.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/data_type_manager.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/data_type_manager_impl.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M components/sync_driver/data_type_manager_impl.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M components/sync_driver/data_type_manager_impl_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M components/sync_driver/data_type_manager_mock.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M components/sync_driver/data_type_manager_mock.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/data_type_manager_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M components/sync_driver/failed_data_types_handler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/failed_data_types_handler.cc View 1 2 chunks +2 lines, -4 lines 0 comments Download
M components/sync_driver/fake_data_type_controller.h View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M components/sync_driver/fake_data_type_controller.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M components/sync_driver/fake_generic_change_processor.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M components/sync_driver/fake_generic_change_processor.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M components/sync_driver/generic_change_processor.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/generic_change_processor.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/generic_change_processor_factory.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M components/sync_driver/generic_change_processor_factory.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M components/sync_driver/generic_change_processor_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/model_association_manager.h View 1 2 chunks +7 lines, -5 lines 0 comments Download
M components/sync_driver/model_association_manager.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/model_association_manager_unittest.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M components/sync_driver/model_associator.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/model_associator_mock.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/model_associator_mock.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/sync_driver/non_blocking_data_type_controller.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M components/sync_driver/non_blocking_data_type_controller.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/non_blocking_data_type_controller_unittest.cc View 1 6 chunks +9 lines, -8 lines 0 comments Download
M components/sync_driver/non_blocking_data_type_manager.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M components/sync_driver/non_blocking_data_type_manager.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/non_ui_data_type_controller.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/non_ui_data_type_controller.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/non_ui_data_type_controller_mock.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/non_ui_data_type_controller_mock.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/sync_driver/non_ui_data_type_controller_unittest.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M components/sync_driver/proxy_data_type_controller.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/proxy_data_type_controller.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/shared_change_processor.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M components/sync_driver/shared_change_processor.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M components/sync_driver/shared_change_processor_ref.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M components/sync_driver/shared_change_processor_ref.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/shared_change_processor_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M components/sync_driver/sync_api_component_factory.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/sync_frontend.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/sync_frontend.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/sync_driver/sync_prefs.h View 1 chunk +1 line, -1 line 0 comments Download
M components/sync_driver/sync_prefs.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/sync_driver/sync_prefs_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/sync_driver/system_encryptor.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/system_encryptor.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/system_encryptor_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/ui_data_type_controller.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/ui_data_type_controller.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/ui_data_type_controller_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/user_selectable_sync_type.h View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
maxbogue
Overall looks good. https://codereview.chromium.org/408003002/diff/20001/chrome/browser/sync/profile_sync_components_factory.h File chrome/browser/sync/profile_sync_components_factory.h (right): https://codereview.chromium.org/408003002/diff/20001/chrome/browser/sync/profile_sync_components_factory.h#newcode43 chrome/browser/sync/profile_sync_components_factory.h:43: } Unrelated to your change, but ...
6 years, 5 months ago (2014-07-21 22:14:21 UTC) #1
Nicolas Zea
Comments addressed, PTAL https://codereview.chromium.org/408003002/diff/20001/chrome/browser/sync/profile_sync_components_factory.h File chrome/browser/sync/profile_sync_components_factory.h (right): https://codereview.chromium.org/408003002/diff/20001/chrome/browser/sync/profile_sync_components_factory.h#newcode43 chrome/browser/sync/profile_sync_components_factory.h:43: } On 2014/07/21 22:14:21, maxbogue wrote: ...
6 years, 5 months ago (2014-07-21 22:23:31 UTC) #2
maxbogue
LGTM. https://codereview.chromium.org/408003002/diff/60001/chrome/browser/sync/profile_sync_components_factory.h File chrome/browser/sync/profile_sync_components_factory.h (right): https://codereview.chromium.org/408003002/diff/60001/chrome/browser/sync/profile_sync_components_factory.h#newcode47 chrome/browser/sync/profile_sync_components_factory.h:47: } // namespace history
6 years, 5 months ago (2014-07-21 22:28:03 UTC) #3
Nicolas Zea
Comments addressed. +TBR Bernhard for supervised_user_sync_data_type_controller.[h,cc/. Committing. https://codereview.chromium.org/408003002/diff/60001/chrome/browser/sync/profile_sync_components_factory.h File chrome/browser/sync/profile_sync_components_factory.h (right): https://codereview.chromium.org/408003002/diff/60001/chrome/browser/sync/profile_sync_components_factory.h#newcode47 chrome/browser/sync/profile_sync_components_factory.h:47: } On ...
6 years, 5 months ago (2014-07-21 22:35:59 UTC) #4
Nicolas Zea
The CQ bit was checked by zea@chromium.org
6 years, 5 months ago (2014-07-21 22:36:09 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zea@chromium.org/408003002/80001
6 years, 5 months ago (2014-07-21 22:40:04 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_clang_dbg on tryserver.chromium ...
6 years, 5 months ago (2014-07-22 01:25:35 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-22 01:27:07 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg/builds/208913)
6 years, 5 months ago (2014-07-22 01:27:09 UTC) #9
Bernhard Bauer
supervised_user/ LGTM
6 years, 5 months ago (2014-07-22 08:09:46 UTC) #10
Nicolas Zea
The CQ bit was checked by zea@chromium.org
6 years, 5 months ago (2014-07-22 18:46:57 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zea@chromium.org/408003002/100001
6 years, 5 months ago (2014-07-22 18:48:20 UTC) #12
commit-bot: I haz the power
6 years, 5 months ago (2014-07-22 23:26:55 UTC) #13
Message was sent while issue was closed.
Change committed as 284799

Powered by Google App Engine
This is Rietveld 408576698