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

Issue 10696087: [Sync] Move ModelType and related classes to 'syncer' namespace (Closed)

Created:
8 years, 5 months ago by akalin
Modified:
8 years, 5 months ago
Reviewers:
rlarocque
CC:
chromium-reviews, dbeam+watch-ntp_chromium.org, ncarter (slow), mihaip-chromium-reviews_chromium.org, akalin, dhollowa+watch_chromium.org, kkania, Aaron Boodman, robertshield, pam+watch_chromium.org, dyu1, Raghu Simha, estade+watch_chromium.org, Ilya Sherman, tim (not reviewing)
Visibility:
Public.

Description

[Sync] Move ModelType and related classes to 'syncer' namespace Previously they were in 'syncer::syncable'. Also remove aliases to those classes from 'syncable'. BUG=128060 TEST= TBR=pkasting@chromium.org,jhawkins@chromium.org, Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=145399

Patch Set 1 #

Patch Set 2 : Fix indent, and remove some redundant using declarations #

Total comments: 4

Patch Set 3 : Address comments #

Patch Set 4 : sort headers, update copyrights #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2602 lines, -2764 lines) Patch
M chrome/browser/autofill/autofill_manager.cc View 1 2 3 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/autofill/autofill_manager_unittest.cc View 3 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/automation/testing_automation_provider.cc View 1 2 3 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/extensions/app_notification_manager.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/app_notification_manager.cc View 6 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/extensions/app_notification_manager_sync_unittest.cc View 24 chunks +34 lines, -34 lines 0 comments Download
M chrome/browser/extensions/extension_service.h View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 11 chunks +26 lines, -26 lines 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 1 2 17 chunks +27 lines, -27 lines 0 comments Download
M chrome/browser/extensions/settings/settings_apitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/settings/settings_backend.h View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/settings/settings_backend.cc View 6 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/extensions/settings/settings_frontend.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/settings/settings_frontend.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/settings/settings_sync_processor.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/settings/settings_sync_processor.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/extensions/settings/settings_sync_unittest.cc View 1 2 3 18 chunks +29 lines, -29 lines 0 comments Download
M chrome/browser/extensions/settings/settings_sync_util.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/settings/settings_sync_util.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/extensions/settings/syncable_settings_storage.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/test_extension_service.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/test_extension_service.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/prefs/pref_model_associator.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/prefs/pref_model_associator.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/search_engines/template_url_service.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/search_engines/template_url_service.cc View 6 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/search_engines/template_url_service_sync_unittest.cc View 48 chunks +73 lines, -73 lines 0 comments Download
M chrome/browser/sync/abstract_profile_sync_service_test.h View 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/abstract_profile_sync_service_test.cc View 1 2 4 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/backend_migrator.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/backend_migrator.cc View 1 2 7 chunks +15 lines, -16 lines 0 comments Download
M chrome/browser/sync/backend_migrator_unittest.cc View 21 chunks +54 lines, -54 lines 0 comments Download
M chrome/browser/sync/failed_datatypes_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/failed_datatypes_handler.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/app_notification_data_type_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/app_notification_data_type_controller_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/autofill_data_type_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/autofill_data_type_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/autofill_profile_data_type_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/autofill_profile_data_type_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/backend_data_type_configurer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_change_processor.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_data_type_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/bookmark_data_type_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/bookmark_model_associator.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/bookmark_model_associator.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/bridged_sync_notifier.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/bridged_sync_notifier.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/bridged_sync_notifier_unittest.cc View 1 2 3 chunks +5 lines, -7 lines 0 comments Download
M chrome/browser/sync/glue/browser_thread_model_worker_unittest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/change_processor_mock.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/chrome_sync_notification_bridge.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/chrome_sync_notification_bridge.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/chrome_sync_notification_bridge_unittest.cc View 12 chunks +23 lines, -23 lines 0 comments Download
M chrome/browser/sync/glue/data_type_controller.h View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/data_type_controller.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/data_type_controller_mock.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/data_type_error_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/data_type_error_handler_mock.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/data_type_manager.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/data_type_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/data_type_manager_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/data_type_manager_impl.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/glue/data_type_manager_impl_unittest.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/sync/glue/data_type_manager_mock.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/extension_data_type_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/extension_data_type_controller.cc View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/extension_setting_data_type_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/extension_setting_data_type_controller.cc View 1 2 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/fake_data_type_controller.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/fake_data_type_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/fake_generic_change_processor.h View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/fake_generic_change_processor.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/frontend_data_type_controller.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/frontend_data_type_controller.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/frontend_data_type_controller_mock.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/generic_change_processor.h View 1 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/generic_change_processor.cc View 1 10 chunks +24 lines, -23 lines 0 comments Download
M chrome/browser/sync/glue/model_association_manager.h View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/model_association_manager.cc View 1 2 3 13 chunks +32 lines, -33 lines 0 comments Download
M chrome/browser/sync/glue/model_association_manager_unittest.cc View 13 chunks +68 lines, -68 lines 0 comments Download
M chrome/browser/sync/glue/new_non_frontend_data_type_controller_mock.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/non_frontend_data_type_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/non_frontend_data_type_controller.cc View 3 chunks +17 lines, -17 lines 0 comments Download
M chrome/browser/sync/glue/non_frontend_data_type_controller_mock.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/password_change_processor.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/password_data_type_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/password_data_type_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/password_model_associator.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/password_model_associator.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/search_engine_data_type_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/search_engine_data_type_controller_unittest.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/session_change_processor.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/glue/session_data_type_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/session_data_type_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/session_model_associator.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/session_model_associator.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/glue/shared_change_processor.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/shared_change_processor.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/shared_change_processor_mock.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/shared_change_processor_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host.h View 1 2 10 chunks +15 lines, -17 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host.cc View 1 2 20 chunks +42 lines, -45 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_registrar.h View 1 2 6 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_registrar.cc View 1 2 13 chunks +31 lines, -32 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_registrar_unittest.cc View 1 chunk +11 lines, -11 lines 0 comments Download
M chrome/browser/sync/glue/theme_change_processor.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/theme_data_type_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/theme_data_type_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/theme_data_type_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/theme_model_associator.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/theme_model_associator.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_change_processor.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_data_type_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/typed_url_data_type_controller.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_model_associator.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/typed_url_model_associator.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/ui_data_type_controller.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/ui_data_type_controller.cc View 7 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/sync/glue/ui_data_type_controller_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/invalidations/invalidator_storage.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/invalidations/invalidator_storage_unittest.cc View 4 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl.cc View 6 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc View 4 chunks +30 lines, -30 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_mock.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.h View 9 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 1 2 23 chunks +55 lines, -56 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_autofill_unittest.cc View 28 chunks +45 lines, -45 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_bookmark_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_harness.h View 6 chunks +13 lines, -13 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_harness.cc View 1 2 18 chunks +39 lines, -42 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_mock.h View 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_password_unittest.cc View 1 2 8 chunks +9 lines, -10 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_preference_unittest.cc View 16 chunks +20 lines, -20 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_session_unittest.cc View 7 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_startup_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_typed_url_unittest.cc View 17 chunks +18 lines, -18 lines 0 comments Download
M chrome/browser/sync/sync_prefs.h View 5 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/sync/sync_prefs.cc View 1 2 10 chunks +61 lines, -62 lines 0 comments Download
M chrome/browser/sync/sync_prefs_unittest.cc View 1 2 5 chunks +33 lines, -34 lines 0 comments Download
M chrome/browser/sync/sync_ui_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/enable_disable_test.cc View 4 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/sync/test/integration/migration_errors_test.cc View 1 2 3 14 chunks +37 lines, -37 lines 0 comments Download
M chrome/browser/sync/test/integration/multiple_client_sessions_sync_test.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_errors_test.cc View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_test.h View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_test.cc View 1 2 3 chunks +6 lines, -8 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_apps_sync_test.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc View 9 chunks +25 lines, -25 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_extensions_sync_test.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_preferences_sync_test.cc View 1 2 3 9 chunks +31 lines, -31 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_sessions_sync_test.cc View 3 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_themes_sync_test.cc View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/test_profile_sync_service.cc View 4 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/sync/user_selectable_sync_type.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/foreign_session_handler.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/sync_promo/sync_promo_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/sync_setup_handler.cc View 3 chunks +13 lines, -13 lines 0 comments Download
M chrome/browser/ui/webui/sync_setup_handler_unittest.cc View 1 2 3 7 chunks +36 lines, -36 lines 0 comments Download
M chrome/browser/webdata/autocomplete_syncable_service.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/webdata/autocomplete_syncable_service.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/webdata/autofill_profile_syncable_service.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/webdata/autofill_profile_syncable_service.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/common/chrome_notification_types.h View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/api/fake_syncable_service.h View 2 chunks +4 lines, -4 lines 0 comments Download
M sync/api/fake_syncable_service.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M sync/api/sync_change.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/api/sync_change_unittest.cc View 6 chunks +7 lines, -7 lines 0 comments Download
M sync/api/sync_data.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/api/sync_data.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M sync/api/sync_error.h View 5 chunks +5 lines, -5 lines 0 comments Download
M sync/api/sync_error.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M sync/api/sync_error_unittest.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M sync/api/syncable_service.h View 1 chunk +3 lines, -3 lines 0 comments Download
M sync/engine/all_status.h View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/engine/all_status.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/engine/apply_updates_command.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M sync/engine/apply_updates_command_unittest.cc View 1 2 25 chunks +46 lines, -49 lines 0 comments Download
M sync/engine/build_commit_command.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/engine/cleanup_disabled_types_command.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/engine/cleanup_disabled_types_command_unittest.cc View 5 chunks +9 lines, -11 lines 0 comments Download
M sync/engine/conflict_resolver.cc View 1 2 chunks +1 line, -3 lines 0 comments Download
M sync/engine/download_updates_command.cc View 1 3 chunks +2 lines, -6 lines 0 comments Download
M sync/engine/download_updates_command_unittest.cc View 1 3 chunks +7 lines, -9 lines 0 comments Download
M sync/engine/get_commit_ids_command.h View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/engine/get_commit_ids_command.cc View 1 2 4 chunks +8 lines, -9 lines 0 comments Download
M sync/engine/model_changing_syncer_command_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/engine/process_commit_response_command.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/engine/process_commit_response_command_unittest.cc View 11 chunks +27 lines, -27 lines 0 comments Download
M sync/engine/process_updates_command.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M sync/engine/process_updates_command_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/engine/resolve_conflicts_command_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/engine/store_timestamps_command.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M sync/engine/sync_scheduler.h View 3 chunks +4 lines, -4 lines 0 comments Download
M sync/engine/sync_scheduler.cc View 1 6 chunks +6 lines, -9 lines 0 comments Download
M sync/engine/sync_scheduler_unittest.cc View 1 19 chunks +35 lines, -36 lines 0 comments Download
M sync/engine/sync_scheduler_whitebox_unittest.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M sync/engine/syncer_proto_util.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/engine/syncer_proto_util.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M sync/engine/syncer_proto_util_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M sync/engine/syncer_unittest.cc View 1 2 28 chunks +42 lines, -43 lines 0 comments Download
M sync/engine/syncer_util.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/engine/syncer_util.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M sync/engine/syncproto.h View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/engine/throttled_data_type_tracker.h View 3 chunks +3 lines, -3 lines 0 comments Download
M sync/engine/throttled_data_type_tracker.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M sync/engine/throttled_data_type_tracker_unittest.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M sync/engine/update_applicator.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M sync/engine/verify_updates_command.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/engine/verify_updates_command.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M sync/engine/verify_updates_command_unittest.cc View 3 chunks +13 lines, -13 lines 0 comments Download
M sync/internal_api/base_node.cc View 9 chunks +27 lines, -27 lines 0 comments Download
M sync/internal_api/base_transaction.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M sync/internal_api/change_reorder_buffer.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M sync/internal_api/debug_info_event_listener.h View 1 chunk +3 lines, -3 lines 0 comments Download
M sync/internal_api/debug_info_event_listener.cc View 1 2 2 chunks +7 lines, -8 lines 0 comments Download
M sync/internal_api/js_mutation_event_observer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M sync/internal_api/js_mutation_event_observer.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M sync/internal_api/js_mutation_event_observer_unittest.cc View 1 2 4 chunks +13 lines, -16 lines 0 comments Download
M sync/internal_api/js_sync_manager_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/js_sync_manager_observer.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M sync/internal_api/js_sync_manager_observer_unittest.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M sync/internal_api/public/base/model_type.h View 3 chunks +1 line, -53 lines 0 comments Download
M sync/internal_api/public/base/model_type_payload_map.h View 2 chunks +0 lines, -15 lines 0 comments Download
M sync/internal_api/public/base/model_type_payload_map.cc View 3 chunks +3 lines, -6 lines 0 comments Download
M sync/internal_api/public/base/model_type_payload_map_unittest.cc View 2 chunks +15 lines, -17 lines 0 comments Download
M sync/internal_api/public/base/model_type_test_util.h View 2 chunks +0 lines, -2 lines 0 comments Download
M sync/internal_api/public/base/model_type_test_util.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M sync/internal_api/public/base_node.h View 3 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/public/base_transaction.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M sync/internal_api/public/engine/model_safe_worker.h View 2 chunks +5 lines, -5 lines 0 comments Download
M sync/internal_api/public/engine/model_safe_worker.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M sync/internal_api/public/engine/model_safe_worker_unittest.cc View 3 chunks +17 lines, -17 lines 0 comments Download
M sync/internal_api/public/engine/sync_status.h View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/read_node.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/sessions/model_neutral_state.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/sessions/sync_session_snapshot.h View 3 chunks +6 lines, -6 lines 0 comments Download
M sync/internal_api/public/sessions/sync_session_snapshot.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M sync/internal_api/public/sessions/sync_source_info.h View 1 chunk +3 lines, -3 lines 0 comments Download
M sync/internal_api/public/sessions/sync_source_info.cc View 1 2 2 chunks +3 lines, -4 lines 0 comments Download
M sync/internal_api/public/sync_manager.h View 10 chunks +14 lines, -14 lines 0 comments Download
M sync/internal_api/public/test/test_entry_factory.h View 1 chunk +3 lines, -3 lines 0 comments Download
M sync/internal_api/public/write_node.h View 4 chunks +4 lines, -4 lines 0 comments Download
M sync/internal_api/read_node.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M sync/internal_api/sync_manager.cc View 1 2 34 chunks +60 lines, -64 lines 0 comments Download
M sync/internal_api/syncapi_unittest.cc View 1 2 73 chunks +178 lines, -187 lines 0 comments Download
M sync/internal_api/test/test_entry_factory.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M sync/internal_api/write_node.cc View 1 2 10 chunks +22 lines, -24 lines 0 comments Download
M sync/notifier/invalidation_notifier.h View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/notifier/invalidation_notifier.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M sync/notifier/invalidation_notifier_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M sync/notifier/invalidation_util.h View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/notifier/invalidation_util.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M sync/notifier/mock_sync_notifier_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/notifier/non_blocking_invalidation_notifier.h View 1 chunk +3 lines, -3 lines 0 comments Download
M sync/notifier/non_blocking_invalidation_notifier.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M sync/notifier/non_blocking_invalidation_notifier_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M sync/notifier/p2p_notifier.h View 4 chunks +6 lines, -6 lines 0 comments Download
M sync/notifier/p2p_notifier.cc View 7 chunks +9 lines, -9 lines 0 comments Download
M sync/notifier/p2p_notifier_unittest.cc View 1 2 9 chunks +14 lines, -20 lines 0 comments Download
M sync/notifier/sync_notifier.h View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M sync/notifier/sync_notifier_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/protocol/proto_value_conversions_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/protocol/sync_protocol_error.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/sessions/ordered_commit_set.h View 4 chunks +4 lines, -4 lines 0 comments Download
M sync/sessions/ordered_commit_set.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M sync/sessions/ordered_commit_set_unittest.cc View 4 chunks +20 lines, -20 lines 0 comments Download
M sync/sessions/session_state_unittest.cc View 2 chunks +11 lines, -11 lines 0 comments Download
M sync/sessions/status_controller.h View 4 chunks +5 lines, -5 lines 0 comments Download
M sync/sessions/status_controller.cc View 1 2 chunks +1 line, -4 lines 0 comments Download
M sync/sessions/status_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/sessions/sync_session.cc View 2 chunks +9 lines, -9 lines 0 comments Download
M sync/sessions/sync_session_unittest.cc View 1 2 11 chunks +39 lines, -40 lines 0 comments Download
M sync/syncable/directory.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/syncable/directory_backing_store.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/syncable/directory_backing_store.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M sync/syncable/directory_backing_store_unittest.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M sync/syncable/entry.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/syncable/entry_kernel.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/syncable/entry_kernel.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/syncable/model_type.cc View 3 chunks +5 lines, -7 lines 0 comments Download
M sync/syncable/model_type_unittest.cc View 4 chunks +5 lines, -7 lines 0 comments Download
M sync/syncable/mutable_entry.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/syncable/nigori_util.cc View 7 chunks +11 lines, -11 lines 0 comments Download
M sync/syncable/syncable_mock.h View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/syncable/syncable_unittest.cc View 1 2 4 chunks +4 lines, -5 lines 0 comments Download
M sync/test/engine/mock_connection_manager.h View 3 chunks +6 lines, -6 lines 0 comments Download
M sync/test/engine/mock_connection_manager.cc View 1 6 chunks +8 lines, -11 lines 0 comments Download
M sync/test/engine/syncer_command_test.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/tools/sync_client.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M sync/tools/sync_listen_notifications.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M sync/util/cryptographer.h View 1 2 5 chunks +6 lines, -7 lines 0 comments Download
M sync/util/cryptographer.cc View 4 chunks +36 lines, -36 lines 0 comments Download
M sync/util/cryptographer_unittest.cc View 1 10 chunks +17 lines, -18 lines 0 comments Download
M sync/util/data_type_histogram.h View 2 chunks +17 lines, -17 lines 0 comments Download
M sync/util/data_type_histogram_unittest.cc View 3 chunks +9 lines, -9 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
akalin
+rlarocque for review (sorry) I'll TBR owners after you LGTM
8 years, 5 months ago (2012-07-03 08:45:36 UTC) #1
rlarocque
I see some minor issues, but no practical way of addressing them. This is probably ...
8 years, 5 months ago (2012-07-03 17:51:24 UTC) #2
akalin
committing soon http://codereview.chromium.org/10696087/diff/2001/chrome/browser/sync/profile_sync_service_password_unittest.cc File chrome/browser/sync/profile_sync_service_password_unittest.cc (left): http://codereview.chromium.org/10696087/diff/2001/chrome/browser/sync/profile_sync_service_password_unittest.cc#oldcode184 chrome/browser/sync/profile_sync_service_password_unittest.cc:184: syncable::ModelTypeSet preferred_types = On 2012/07/03 17:51:25, rlarocque ...
8 years, 5 months ago (2012-07-03 21:47:08 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/akalin@chromium.org/10696087/5002
8 years, 5 months ago (2012-07-03 21:47:32 UTC) #4
commit-bot: I haz the power
Presubmit check for 10696087-5002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 5 months ago (2012-07-03 21:51:10 UTC) #5
commit-bot: I haz the power
8 years, 5 months ago (2012-07-03 22:20:26 UTC) #6

Powered by Google App Engine
This is Rietveld 408576698