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

Issue 1539843002: Convert Pass()→std::move() in sync/ (Closed)

Created:
5 years ago by dcheng
Modified:
4 years, 12 months ago
Reviewers:
Nicolas Zea
CC:
chromium-reviews, maxbogue+watch_chromium.org, plaree+watch_chromium.org, pvalenzuela+watch_chromium.org, tim+watch_chromium.org, zea+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert Pass()→std::move() in //sync BUG=557422 Committed: https://crrev.com/c80b1b61bf666dfc15b6f93e8c6701cb30dc9354 Cr-Commit-Position: refs/heads/master@{#366886}

Patch Set 1 #

Total comments: 16

Patch Set 2 : Cleaned up #

Unified diffs Side-by-side diffs Delta from patch set Stats (+191 lines, -163 lines) Patch
M sync/api/attachments/attachment_store.cc View 5 chunks +9 lines, -7 lines 0 comments Download
M sync/api/fake_syncable_service.cc View 4 chunks +5 lines, -3 lines 0 comments Download
M sync/api/mock_model_type_store.cc View 2 chunks +3 lines, -1 line 0 comments Download
M sync/engine/directory_update_handler_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M sync/engine/model_type_worker.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M sync/engine/model_type_worker_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M sync/engine/sync_scheduler_impl.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M sync/internal_api/attachments/attachment_downloader_impl.cc View 1 4 chunks +4 lines, -3 lines 0 comments Download
M sync/internal_api/attachments/attachment_service_impl.cc View 1 4 chunks +8 lines, -7 lines 0 comments Download
M sync/internal_api/attachments/attachment_service_impl_unittest.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M sync/internal_api/attachments/attachment_service_proxy_for_test.cc View 1 3 chunks +6 lines, -4 lines 0 comments Download
M sync/internal_api/attachments/attachment_store_frontend.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M sync/internal_api/attachments/attachment_store_frontend_unittest.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M sync/internal_api/attachments/attachment_store_test_template.h View 4 chunks +6 lines, -4 lines 0 comments Download
M sync/internal_api/attachments/attachment_uploader_impl.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/attachments/attachment_uploader_impl_unittest.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M sync/internal_api/attachments/on_disk_attachment_store.cc View 1 5 chunks +8 lines, -8 lines 0 comments Download
M sync/internal_api/attachments/on_disk_attachment_store_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/attachments/task_queue_unittest.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M sync/internal_api/events/protocol_event.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/model_type_entity_unittest.cc View 1 5 chunks +4 lines, -4 lines 0 comments Download
M sync/internal_api/model_type_store_backend.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M sync/internal_api/model_type_store_backend_unittest.cc View 1 6 chunks +7 lines, -5 lines 0 comments Download
M sync/internal_api/model_type_store_impl.cc View 1 10 chunks +13 lines, -11 lines 0 comments Download
M sync/internal_api/model_type_store_impl_unittest.cc View 1 7 chunks +9 lines, -7 lines 0 comments Download
M sync/internal_api/protocol_event_buffer.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/attachments/task_queue.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/base/progress_marker_map.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/change_record_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/public/sessions/commit_counters.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/sessions/status_counters.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/sessions/sync_session_snapshot.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M sync/internal_api/public/sessions/update_counters.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/util/proto_value_ptr_unittest.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M sync/internal_api/shared_model_type_processor.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M sync/internal_api/sync_backup_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/sync_context_proxy_impl_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M sync/internal_api/sync_manager_impl.cc View 1 4 chunks +9 lines, -17 lines 0 comments Download
M sync/internal_api/sync_manager_impl_unittest.cc View 1 3 chunks +4 lines, -3 lines 0 comments Download
M sync/internal_api/sync_rollback_manager_base.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M sync/sessions/directory_type_debug_info_emitter.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M sync/sessions/model_type_registry.cc View 1 3 chunks +5 lines, -4 lines 0 comments Download
M sync/sessions/model_type_registry_unittest.cc View 7 chunks +9 lines, -7 lines 0 comments Download
M sync/sessions/nudge_tracker.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M sync/sessions/nudge_tracker_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M sync/syncable/directory.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M sync/syncable/directory_backing_store.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M sync/syncable/entry_kernel.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M sync/test/fake_server/fake_server.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M sync/tools/sync_client.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M sync/util/cryptographer.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539843002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539843002/1
5 years ago (2015-12-18 08:38:57 UTC) #3
dcheng
5 years ago (2015-12-18 09:00:37 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-18 10:26:18 UTC) #7
Nicolas Zea
LGTM modulo the header file issue. In certain places we've decided to keep the header ...
5 years ago (2015-12-18 23:46:55 UTC) #8
dcheng
https://codereview.chromium.org/1539843002/diff/1/sync/internal_api/attachments/attachment_downloader_impl.cc File sync/internal_api/attachments/attachment_downloader_impl.cc (right): https://codereview.chromium.org/1539843002/diff/1/sync/internal_api/attachments/attachment_downloader_impl.cc#newcode22 sync/internal_api/attachments/attachment_downloader_impl.cc:22: #include "sync/internal_api/public/attachments/attachment_uploader_impl.h" On 2015/12/18 at 23:46:54, Nicolas Zea wrote: ...
5 years ago (2015-12-20 00:27:53 UTC) #9
dcheng
OK, the headers script has been fixed and checking the results, it appears to better ...
4 years, 12 months ago (2015-12-26 01:48:02 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539843002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539843002/20001
4 years, 12 months ago (2015-12-26 01:48:31 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 12 months ago (2015-12-26 02:40:31 UTC) #14
commit-bot: I haz the power
4 years, 12 months ago (2015-12-26 02:41:43 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c80b1b61bf666dfc15b6f93e8c6701cb30dc9354
Cr-Commit-Position: refs/heads/master@{#366886}

Powered by Google App Engine
This is Rietveld 408576698