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

Issue 10699044: [Sync] Move sync/{internal_api,syncable} into syncer namespace (Closed)

Created:
8 years, 5 months ago by akalin
Modified:
8 years, 5 months ago
Reviewers:
rlarocque
CC:
chromium-reviews, ncarter (slow), Raghu Simha, cbentzel+watch_chromium.org, darin-cc_chromium.org, tim (not reviewing)
Visibility:
Public.

Description

[Sync] Move sync/{internal_api,syncable} into syncer namespace Add temporary aliases from syncable::* to syncer::syncable::* for ModelType and related classes until those are ported to syncer proper. Disambiguate names in MockConnectionManager. BUG=128060 TEST= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=145211

Patch Set 1 #

Total comments: 2

Patch Set 2 : Sync to head #

Unified diffs Side-by-side diffs Delta from patch set Stats (+466 lines, -313 lines) Patch
M chrome/browser/sync/abstract_profile_sync_service_test.cc View 3 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_change_processor.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/bridged_sync_notifier_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/generic_change_processor.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/session_model_associator.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/sync/glue/sync_backend_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/typed_url_change_processor.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_autofill_unittest.cc View 5 chunks +18 lines, -17 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_bookmark_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_password_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_typed_url_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test_profile_sync_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/engine/build_commit_command.h View 1 chunk +4 lines, -4 lines 0 comments Download
M sync/engine/build_commit_command.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M sync/engine/commit.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M sync/engine/conflict_resolver.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/conflict_resolver.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M sync/engine/net/server_connection_manager.h View 1 chunk +4 lines, -4 lines 0 comments Download
M sync/engine/process_commit_response_command.h View 2 chunks +6 lines, -6 lines 0 comments Download
M sync/engine/process_commit_response_command.cc View 2 chunks +9 lines, -11 lines 0 comments Download
M sync/engine/process_updates_command.h View 1 chunk +4 lines, -4 lines 0 comments Download
M sync/engine/syncer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/engine/syncer.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M sync/engine/syncer_proto_util.h View 1 chunk +11 lines, -11 lines 0 comments Download
M sync/engine/syncer_proto_util.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M sync/engine/syncer_proto_util_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M sync/engine/syncer_util.cc View 3 chunks +2 lines, -3 lines 0 comments Download
M sync/engine/update_applicator.h View 2 chunks +5 lines, -5 lines 0 comments Download
M sync/engine/verify_updates_command.h View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/internal_api/base_node.cc View 1 chunk +2 lines, -1 line 0 comments Download
M sync/internal_api/change_record.cc View 1 chunk +0 lines, -1 line 0 comments Download
M sync/internal_api/debug_info_event_listener.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/debug_info_event_listener.cc View 2 chunks +3 lines, -1 line 0 comments Download
M sync/internal_api/debug_info_event_listener_unittest.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M sync/internal_api/http_bridge.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/http_bridge_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M sync/internal_api/public/base_node.h View 2 chunks +5 lines, -5 lines 0 comments Download
M sync/internal_api/public/base_transaction.h View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/http_bridge.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/syncable/model_type.h View 2 chunks +52 lines, -0 lines 0 comments Download
M sync/internal_api/public/syncable/model_type_payload_map.h View 2 chunks +17 lines, -0 lines 0 comments Download
M sync/internal_api/public/syncable/model_type_payload_map.cc View 2 chunks +3 lines, -1 line 0 comments Download
M sync/internal_api/public/syncable/model_type_payload_map_unittest.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/internal_api/public/syncable/model_type_test_util.h View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/internal_api/public/syncable/model_type_test_util.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/internal_api/public/test/test_entry_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/user_share.h View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/write_node.h View 2 chunks +7 lines, -10 lines 0 comments Download
M sync/internal_api/public/write_transaction.h View 1 chunk +5 lines, -5 lines 0 comments Download
M sync/internal_api/sync_manager.cc View 2 chunks +6 lines, -28 lines 0 comments Download
M sync/internal_api/syncapi_unittest.cc View 2 chunks +9 lines, -25 lines 0 comments Download
M sync/internal_api/test/test_entry_factory.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M sync/internal_api/write_node.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M sync/sessions/ordered_commit_set_unittest.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M sync/sessions/sync_session.h View 1 chunk +3 lines, -3 lines 0 comments Download
M sync/sessions/sync_session_context.h View 2 chunks +4 lines, -4 lines 0 comments Download
M sync/sessions/sync_session_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M sync/syncable/base_transaction.h View 2 chunks +3 lines, -1 line 0 comments Download
M sync/syncable/base_transaction.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/blob.h View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/syncable/dir_open_result.h View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/directory.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M sync/syncable/directory.cc View 1 2 chunks +3 lines, -4 lines 0 comments Download
M sync/syncable/directory_backing_store.h View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/directory_backing_store.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/directory_backing_store_unittest.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/directory_change_delegate.h View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/entry.h View 2 chunks +1 line, -1 line 0 comments Download
M sync/syncable/entry.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/entry_kernel.h View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/entry_kernel.cc View 2 chunks +3 lines, -1 line 0 comments Download
M sync/syncable/in_memory_directory_backing_store.h View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/in_memory_directory_backing_store.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/metahandle_set.h View 1 chunk +3 lines, -1 line 0 comments Download
M sync/syncable/model_type.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/model_type_unittest.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/mutable_entry.h View 2 chunks +1 line, -1 line 0 comments Download
M sync/syncable/mutable_entry.cc View 2 chunks +3 lines, -1 line 0 comments Download
M sync/syncable/nigori_util.h View 2 chunks +4 lines, -4 lines 0 comments Download
M sync/syncable/nigori_util.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/nigori_util_unittest.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/on_disk_directory_backing_store.h View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/on_disk_directory_backing_store.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/read_transaction.h View 2 chunks +1 line, -2 lines 0 comments Download
M sync/syncable/read_transaction.cc View 2 chunks +3 lines, -1 line 0 comments Download
M sync/syncable/scoped_index_updater.h View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/scoped_kernel_lock.h View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/syncable-inl.h View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/syncable_changes_version.h View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/syncable_columns.h View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/syncable_enum_conversions.h View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/syncable_enum_conversions.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/syncable_enum_conversions_unittest.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/syncable_id.h View 2 chunks +2 lines, -3 lines 0 comments Download
M sync/syncable/syncable_id.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/syncable_id_unittest.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/syncable_mock.h View 2 chunks +4 lines, -3 lines 0 comments Download
M sync/syncable/syncable_mock.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M sync/syncable/syncable_unittest.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/syncable_util.h View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/syncable_util.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/transaction_observer.h View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/write_transaction.h View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/write_transaction.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/write_transaction_info.h View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/syncable/write_transaction_info.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/test/engine/mock_connection_manager.h View 2 chunks +4 lines, -0 lines 0 comments Download
M sync/test/engine/mock_connection_manager.cc View 1 15 chunks +54 lines, -50 lines 0 comments Download
M sync/test/engine/syncer_command_test.h View 2 chunks +5 lines, -5 lines 0 comments Download
M sync/test/engine/syncer_command_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/test/engine/test_directory_setter_upper.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M sync/test/engine/test_syncable_utils.h View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/test/engine/test_syncable_utils.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/test/null_directory_change_delegate.h View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/test/null_directory_change_delegate.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/test/null_transaction_observer.h View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/test/null_transaction_observer.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/test/test_directory_backing_store.h View 2 chunks +2 lines, -0 lines 0 comments Download
M sync/test/test_directory_backing_store.cc View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
akalin
+rlarocque for review
8 years, 5 months ago (2012-06-30 01:34:17 UTC) #1
rlarocque
What do we gain by moving from syncable:: to syncer::syncable:: if we intend to rename ...
8 years, 5 months ago (2012-07-02 17:42:55 UTC) #2
akalin
On 2012/07/02 17:42:55, rlarocque wrote: > What do we gain by moving from syncable:: to ...
8 years, 5 months ago (2012-07-02 18:18:55 UTC) #3
rlarocque
LGTM. https://chromiumcodereview.appspot.com/10699044/diff/1/sync/sessions/ordered_commit_set_unittest.cc File sync/sessions/ordered_commit_set_unittest.cc (right): https://chromiumcodereview.appspot.com/10699044/diff/1/sync/sessions/ordered_commit_set_unittest.cc#newcode13 sync/sessions/ordered_commit_set_unittest.cc:13: namespace { This (anonymous namespace) looks like a ...
8 years, 5 months ago (2012-07-02 18:42:02 UTC) #4
akalin
https://chromiumcodereview.appspot.com/10699044/diff/1/sync/sessions/ordered_commit_set_unittest.cc File sync/sessions/ordered_commit_set_unittest.cc (right): https://chromiumcodereview.appspot.com/10699044/diff/1/sync/sessions/ordered_commit_set_unittest.cc#newcode13 sync/sessions/ordered_commit_set_unittest.cc:13: namespace { On 2012/07/02 18:42:02, rlarocque wrote: > This ...
8 years, 5 months ago (2012-07-02 18:44:53 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/akalin@chromium.org/10699044/1
8 years, 5 months ago (2012-07-02 18:45:17 UTC) #6
commit-bot: I haz the power
Failed to apply patch for sync/test/engine/mock_connection_manager.cc: While running patch -p1 --forward --force; patching file sync/test/engine/mock_connection_manager.cc ...
8 years, 5 months ago (2012-07-02 18:47:07 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/akalin@chromium.org/10699044/8002
8 years, 5 months ago (2012-07-02 20:23:47 UTC) #8
commit-bot: I haz the power
8 years, 5 months ago (2012-07-02 21:13:05 UTC) #9
Try job failure for 10699044-8002 (retry) on linux_rel for step
"interactive_ui_tests".
It's a second try, previously, step "interactive_ui_tests" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&...

Powered by Google App Engine
This is Rietveld 408576698