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

Issue 1866243002: Convert //sync from scoped_ptr to std::unique_ptr (Closed)

Created:
4 years, 8 months ago by dcheng
Modified:
4 years, 8 months ago
CC:
achuith+watch_chromium.org, albertb+watch_chromium.org, cbentzel+watch_chromium.org, chromium-reviews, dzhioev+watch_chromium.org, sync-reviews_chromium.org, vabr+watchlistlogin_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert //sync from scoped_ptr to std::unique_ptr BUG=554298 R=zea@chromium.org TBR=thestig@chromium.org Committed: https://crrev.com/c3e80570c413b058d8f855a695610b38072d6519 Cr-Commit-Position: refs/heads/master@{#385972}

Patch Set 1 #

Total comments: 16

Patch Set 2 : Address comments #

Patch Set 3 : Rebase and fix conflicts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1555 lines, -1460 lines) Patch
M chrome/browser/themes/theme_syncable_service.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/login/login_handler.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M components/dom_distiller/core/distilled_content_store.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/sync_driver/backend_data_type_configurer.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/sync_driver/generic_change_processor_factory.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/sync_driver/non_blocking_data_type_controller.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/sync_driver/non_ui_model_type_controller_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/sync_driver/sync_prefs.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/sync_driver/sync_service.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/sync_driver/ui_data_type_controller.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/syncable_prefs/pref_model_associator.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/api/attachments/attachment.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/api/attachments/attachment_store.h View 5 chunks +11 lines, -9 lines 0 comments Download
M sync/api/attachments/attachment_store.cc View 2 chunks +11 lines, -11 lines 0 comments Download
M sync/api/conflict_resolution.h View 3 chunks +6 lines, -5 lines 0 comments Download
M sync/api/conflict_resolution.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M sync/api/data_batch.h View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/api/fake_syncable_service.h View 2 chunks +8 lines, -8 lines 0 comments Download
M sync/api/fake_syncable_service.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M sync/api/mock_model_type_store.h View 3 chunks +4 lines, -4 lines 0 comments Download
M sync/api/mock_model_type_store.cc View 4 chunks +10 lines, -8 lines 0 comments Download
M sync/api/model_type_change_processor.h View 4 chunks +5 lines, -4 lines 0 comments Download
M sync/api/model_type_service.h View 6 chunks +7 lines, -7 lines 0 comments Download
M sync/api/model_type_store.h View 3 chunks +9 lines, -8 lines 0 comments Download
M sync/api/sync_change_unittest.cc View 4 chunks +13 lines, -11 lines 0 comments Download
M sync/api/sync_data.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M sync/api/sync_data_unittest.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M sync/api/sync_error.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/api/syncable_service.h View 4 chunks +5 lines, -5 lines 0 comments Download
M sync/api/syncable_service.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M sync/engine/apply_control_data_updates_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M sync/engine/backoff_delay_provider_unittest.cc View 4 chunks +7 lines, -4 lines 0 comments Download
M sync/engine/commit.h View 2 chunks +3 lines, -2 lines 0 comments Download
M sync/engine/commit_contributor.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/commit_processor.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/engine/directory_commit_contribution.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/directory_commit_contribution.cc View 3 chunks +5 lines, -9 lines 0 comments Download
M sync/engine/directory_commit_contribution_unittest.cc View 9 chunks +11 lines, -11 lines 0 comments Download
M sync/engine/directory_commit_contributor.h View 2 chunks +3 lines, -2 lines 0 comments Download
M sync/engine/directory_commit_contributor.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/engine/directory_update_handler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/directory_update_handler_unittest.cc View 13 chunks +23 lines, -24 lines 0 comments Download
M sync/engine/get_updates_delegate.h View 1 5 chunks +6 lines, -4 lines 0 comments Download
M sync/engine/get_updates_delegate.cc View 3 chunks +8 lines, -10 lines 0 comments Download
M sync/engine/get_updates_processor_unittest.cc View 16 chunks +17 lines, -17 lines 0 comments Download
M sync/engine/model_type_worker.h View 5 chunks +9 lines, -8 lines 0 comments Download
M sync/engine/model_type_worker.cc View 7 chunks +13 lines, -11 lines 0 comments Download
M sync/engine/model_type_worker_unittest.cc View 8 chunks +10 lines, -8 lines 0 comments Download
M sync/engine/net/server_connection_manager.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/sync_scheduler.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M sync/engine/sync_scheduler_impl.h View 6 chunks +7 lines, -7 lines 0 comments Download
M sync/engine/sync_scheduler_impl.cc View 6 chunks +11 lines, -6 lines 0 comments Download
M sync/engine/sync_scheduler_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M sync/engine/syncer.cc View 1 2 chunks +9 lines, -10 lines 0 comments Download
M sync/engine/syncer_unittest.cc View 6 chunks +9 lines, -8 lines 0 comments Download
M sync/engine/syncer_util_unittest.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M sync/engine/traffic_logger.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M sync/engine/worker_entity_tracker.h View 2 chunks +3 lines, -3 lines 0 comments Download
M sync/engine/worker_entity_tracker_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M sync/internal_api/attachments/attachment_downloader.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/attachments/attachment_downloader_impl.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M sync/internal_api/attachments/attachment_downloader_impl_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M sync/internal_api/attachments/attachment_service_impl.cc View 7 chunks +17 lines, -15 lines 0 comments Download
M sync/internal_api/attachments/attachment_service_impl_unittest.cc View 11 chunks +22 lines, -22 lines 0 comments Download
M sync/internal_api/attachments/attachment_service_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/attachments/attachment_service_proxy_for_test.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M sync/internal_api/attachments/attachment_service_proxy_unittest.cc View 4 chunks +7 lines, -6 lines 0 comments Download
M sync/internal_api/attachments/attachment_store_frontend.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M sync/internal_api/attachments/attachment_store_frontend_unittest.cc View 3 chunks +9 lines, -7 lines 0 comments Download
M sync/internal_api/attachments/attachment_store_test_template.h View 5 chunks +13 lines, -13 lines 0 comments Download
M sync/internal_api/attachments/attachment_uploader_impl.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/attachments/attachment_uploader_impl_unittest.cc View 6 chunks +8 lines, -8 lines 0 comments Download
M sync/internal_api/attachments/fake_attachment_downloader.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/attachments/fake_attachment_downloader_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/attachments/in_memory_attachment_store.cc View 4 chunks +7 lines, -5 lines 0 comments Download
M sync/internal_api/attachments/in_memory_attachment_store_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/attachments/on_disk_attachment_store.cc View 7 chunks +12 lines, -10 lines 0 comments Download
M sync/internal_api/attachments/on_disk_attachment_store_unittest.cc View 7 chunks +15 lines, -13 lines 0 comments Download
M sync/internal_api/attachments/task_queue_unittest.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M sync/internal_api/base_node.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M sync/internal_api/change_record.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/events/clear_server_data_request_event.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M sync/internal_api/events/clear_server_data_response_event.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M sync/internal_api/events/commit_request_event.cc View 1 chunk +6 lines, -8 lines 0 comments Download
M sync/internal_api/events/commit_response_event.cc View 1 chunk +6 lines, -8 lines 0 comments Download
M sync/internal_api/events/configure_get_updates_request_event.cc View 1 chunk +6 lines, -9 lines 0 comments Download
M sync/internal_api/events/get_updates_response_event.cc View 1 chunk +5 lines, -8 lines 0 comments Download
M sync/internal_api/events/normal_get_updates_request_event.cc View 1 chunk +7 lines, -12 lines 0 comments Download
M sync/internal_api/events/poll_get_updates_request_event.cc View 1 chunk +6 lines, -8 lines 0 comments Download
M sync/internal_api/events/protocol_event.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/internal_api/http_bridge_network_resources.cc View 2 chunks +6 lines, -5 lines 0 comments Download
M sync/internal_api/http_bridge_unittest.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M sync/internal_api/internal_components_factory_impl.cc View 2 chunks +14 lines, -17 lines 0 comments Download
M sync/internal_api/model_type_store_backend.cc View 4 chunks +7 lines, -5 lines 0 comments Download
M sync/internal_api/model_type_store_backend_unittest.cc View 4 chunks +9 lines, -9 lines 0 comments Download
M sync/internal_api/model_type_store_impl.cc View 15 chunks +35 lines, -29 lines 0 comments Download
M sync/internal_api/model_type_store_impl_unittest.cc View 10 chunks +17 lines, -17 lines 0 comments Download
M sync/internal_api/processor_entity_tracker.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M sync/internal_api/processor_entity_tracker_unittest.cc View 12 chunks +27 lines, -21 lines 0 comments Download
M sync/internal_api/protocol_event_buffer_unittest.cc View 5 chunks +12 lines, -11 lines 0 comments Download
M sync/internal_api/public/activation_context.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/attachments/attachment_downloader.h View 3 chunks +4 lines, -3 lines 0 comments Download
M sync/internal_api/public/attachments/attachment_downloader_impl.h View 2 chunks +5 lines, -4 lines 0 comments Download
M sync/internal_api/public/attachments/attachment_service.h View 2 chunks +4 lines, -3 lines 0 comments Download
M sync/internal_api/public/attachments/attachment_service_impl.h View 3 chunks +18 lines, -17 lines 0 comments Download
M sync/internal_api/public/attachments/attachment_service_proxy.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M sync/internal_api/public/attachments/attachment_service_proxy_for_test.h View 2 chunks +7 lines, -6 lines 0 comments Download
M sync/internal_api/public/attachments/attachment_store_frontend.h View 3 chunks +4 lines, -3 lines 0 comments Download
M sync/internal_api/public/attachments/attachment_uploader.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M sync/internal_api/public/attachments/attachment_uploader_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M sync/internal_api/public/attachments/on_disk_attachment_store.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/attachments/task_queue.h View 4 chunks +5 lines, -5 lines 0 comments Download
M sync/internal_api/public/base/model_type.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/base/progress_marker_map.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/base/progress_marker_map.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/base/unique_position_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/base_node.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/change_record.h View 3 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/public/change_record_unittest.cc View 9 chunks +14 lines, -12 lines 0 comments Download
M sync/internal_api/public/data_batch_impl.h View 2 chunks +3 lines, -2 lines 0 comments Download
M sync/internal_api/public/data_batch_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/data_batch_impl_unittest.cc View 6 chunks +8 lines, -7 lines 0 comments Download
M sync/internal_api/public/engine/model_safe_worker.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/engine/model_safe_worker.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M sync/internal_api/public/engine/model_safe_worker_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M sync/internal_api/public/events/clear_server_data_request_event.h View 2 chunks +5 lines, -4 lines 0 comments Download
M sync/internal_api/public/events/clear_server_data_response_event.h View 2 chunks +5 lines, -4 lines 0 comments Download
M sync/internal_api/public/events/commit_request_event.h View 2 chunks +4 lines, -4 lines 0 comments Download
M sync/internal_api/public/events/commit_response_event.h View 2 chunks +4 lines, -4 lines 0 comments Download
M sync/internal_api/public/events/configure_get_updates_request_event.h View 2 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/public/events/get_updates_response_event.h View 2 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/public/events/normal_get_updates_request_event.h View 2 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/public/events/poll_get_updates_request_event.h View 2 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/public/events/protocol_event.h View 2 chunks +4 lines, -4 lines 0 comments Download
M sync/internal_api/public/http_bridge.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M sync/internal_api/public/http_bridge_network_resources.h View 2 chunks +3 lines, -2 lines 0 comments Download
M sync/internal_api/public/internal_components_factory.h View 1 3 chunks +7 lines, -7 lines 0 comments Download
M sync/internal_api/public/internal_components_factory_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/public/model_type_processor.h View 2 chunks +3 lines, -2 lines 0 comments Download
M sync/internal_api/public/model_type_store_backend.h View 4 chunks +6 lines, -6 lines 0 comments Download
M sync/internal_api/public/model_type_store_impl.h View 5 chunks +14 lines, -14 lines 0 comments Download
M sync/internal_api/public/network_resources.h View 2 chunks +3 lines, -2 lines 0 comments Download
M sync/internal_api/public/processor_entity_tracker.h View 4 chunks +4 lines, -4 lines 0 comments Download
M sync/internal_api/public/sessions/commit_counters.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/sessions/commit_counters.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/public/sessions/status_counters.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/sessions/status_counters.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/public/sessions/sync_session_snapshot.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/sessions/sync_session_snapshot.cc View 3 chunks +7 lines, -5 lines 0 comments Download
M sync/internal_api/public/sessions/sync_session_snapshot_unittest.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M sync/internal_api/public/sessions/update_counters.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/sessions/update_counters.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/public/shared_model_type_processor.h View 5 chunks +11 lines, -9 lines 0 comments Download
M sync/internal_api/public/simple_metadata_change_list.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/sync_context.h View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M sync/internal_api/public/sync_manager.h View 1 2 6 chunks +6 lines, -6 lines 0 comments Download
M sync/internal_api/public/sync_manager_factory.h View 2 chunks +3 lines, -2 lines 0 comments Download
M sync/internal_api/public/test/fake_model_type_service.h View 2 chunks +4 lines, -4 lines 0 comments Download
M sync/internal_api/public/test/fake_sync_context.h View 1 2 2 chunks +5 lines, -2 lines 0 comments Download
M sync/internal_api/public/test/fake_sync_manager.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/public/test/model_type_store_test_util.h View 2 chunks +4 lines, -3 lines 0 comments Download
M sync/internal_api/public/test/sync_manager_factory_for_profile_sync_test.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/test/test_internal_components_factory.h View 2 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/public/test/test_user_share.h View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/user_share.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/util/immutable.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/util/proto_value_ptr_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/shared_model_type_processor.cc View 15 chunks +23 lines, -19 lines 0 comments Download
M sync/internal_api/shared_model_type_processor_unittest.cc View 15 chunks +26 lines, -22 lines 0 comments Download
M sync/internal_api/sync_encryption_handler_impl.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M sync/internal_api/sync_encryption_handler_impl.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M sync/internal_api/sync_encryption_handler_impl_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/sync_manager_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/internal_api/sync_manager_impl.h View 1 2 4 chunks +7 lines, -7 lines 0 comments Download
M sync/internal_api/sync_manager_impl.cc View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
M sync/internal_api/sync_manager_impl_unittest.cc View 6 chunks +7 lines, -6 lines 0 comments Download
M sync/internal_api/syncapi_internal.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M sync/internal_api/syncapi_server_connection_manager.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/test/fake_model_type_service.cc View 3 chunks +7 lines, -6 lines 0 comments Download
M sync/internal_api/test/fake_sync_context.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/test/fake_sync_manager.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/test/model_type_store_test_util.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M sync/internal_api/test/sync_manager_factory_for_profile_sync_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/internal_api/test/test_internal_components_factory.cc View 2 chunks +13 lines, -14 lines 0 comments Download
M sync/internal_api/write_node.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/js/js_event_details_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M sync/js/js_test_util.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M sync/protocol/proto_value_conversions.h View 2 chunks +70 lines, -62 lines 0 comments Download
M sync/protocol/proto_value_conversions.cc View 48 chunks +162 lines, -160 lines 0 comments Download
M sync/protocol/proto_value_conversions_unittest.cc View 8 chunks +14 lines, -11 lines 0 comments Download
M sync/sessions/data_type_tracker.h View 3 chunks +4 lines, -3 lines 0 comments Download
M sync/sessions/data_type_tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/sessions/directory_type_debug_info_emitter.h View 2 chunks +3 lines, -2 lines 0 comments Download
M sync/sessions/directory_type_debug_info_emitter.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/sessions/model_type_registry.h View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M sync/sessions/model_type_registry.cc View 1 2 3 chunks +13 lines, -8 lines 0 comments Download
M sync/sessions/model_type_registry_unittest.cc View 1 2 5 chunks +13 lines, -11 lines 0 comments Download
M sync/sessions/nudge_tracker.h View 3 chunks +3 lines, -3 lines 0 comments Download
M sync/sessions/nudge_tracker.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M sync/sessions/nudge_tracker_unittest.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M sync/sessions/sync_session.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/syncable/directory.h View 3 chunks +4 lines, -5 lines 0 comments Download
M sync/syncable/directory.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M sync/syncable/directory_backing_store.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/syncable/directory_backing_store.cc View 5 chunks +8 lines, -7 lines 0 comments Download
M sync/syncable/directory_backing_store_unittest.cc View 40 chunks +41 lines, -41 lines 0 comments Download
M sync/syncable/directory_unittest.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/syncable/directory_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M sync/syncable/entry_kernel.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/syncable/entry_kernel_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/syncable/model_neutral_mutable_entry.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/syncable/model_type.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/syncable/model_type_unittest.cc View 4 chunks +5 lines, -6 lines 0 comments Download
M sync/syncable/mutable_entry.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M sync/syncable/nigori_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/syncable/syncable_id.h View 2 chunks +3 lines, -3 lines 0 comments Download
M sync/syncable/syncable_id_unittest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M sync/syncable/syncable_unittest.cc View 4 chunks +3 lines, -3 lines 0 comments Download
M sync/test/engine/fake_sync_scheduler.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/test/engine/fake_sync_scheduler.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M sync/test/engine/mock_connection_manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/test/engine/mock_model_type_processor.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/test/engine/mock_model_type_processor.cc View 1 chunk +2 lines, -1 line 0 comments Download
M sync/test/engine/test_directory_setter_upper.h View 2 chunks +3 lines, -3 lines 0 comments Download
M sync/test/fake_server/android/fake_server_helper_android.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/test/fake_server/android/fake_server_helper_android.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M sync/test/fake_server/bookmark_entity.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/test/fake_server/bookmark_entity.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M sync/test/fake_server/bookmark_entity_builder.h View 3 chunks +4 lines, -4 lines 0 comments Download
M sync/test/fake_server/bookmark_entity_builder.cc View 5 chunks +10 lines, -17 lines 0 comments Download
M sync/test/fake_server/fake_server.h View 6 chunks +7 lines, -6 lines 0 comments Download
M sync/test/fake_server/fake_server.cc View 13 chunks +15 lines, -13 lines 0 comments Download
M sync/test/fake_server/fake_server_entity.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/test/fake_server/fake_server_network_resources.h View 2 chunks +3 lines, -2 lines 0 comments Download
M sync/test/fake_server/fake_server_network_resources.cc View 2 chunks +6 lines, -5 lines 0 comments Download
M sync/test/fake_server/fake_server_verifier.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M sync/test/fake_server/fake_server_verifier.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M sync/test/fake_server/permanent_entity.h View 2 chunks +3 lines, -3 lines 0 comments Download
M sync/test/fake_server/permanent_entity.cc View 4 chunks +7 lines, -6 lines 0 comments Download
M sync/test/fake_server/tombstone_entity.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/test/fake_server/tombstone_entity.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/test/fake_server/unique_client_entity.h View 2 chunks +3 lines, -3 lines 0 comments Download
M sync/test/fake_server/unique_client_entity.cc View 2 chunks +7 lines, -13 lines 0 comments Download
M sync/test/mock_invalidation.h View 2 chunks +4 lines, -4 lines 0 comments Download
M sync/test/mock_invalidation.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M sync/test/mock_invalidation_tracker.h View 2 chunks +3 lines, -3 lines 0 comments Download
M sync/test/mock_invalidation_tracker.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M sync/tools/sync_client.cc View 11 chunks +18 lines, -18 lines 0 comments Download
M sync/tools/sync_listen_notifications.cc View 6 chunks +11 lines, -13 lines 0 comments Download
M sync/tools/testserver/run_sync_testserver.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/cryptographer.h View 3 chunks +3 lines, -3 lines 0 comments Download
M sync/util/cryptographer.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M sync/util/cryptographer_unittest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M sync/util/nigori.h View 2 chunks +4 lines, -4 lines 0 comments Download
M sync/util/nigori.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M sync/util/nigori_unittest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 21 (8 generated)
dcheng
Largely an automated search-and-replace: - Replace #include "base/memory/scoped_ptr.h" -> #include <memory> - File uses make_scoped_ptr? ...
4 years, 8 months ago (2016-04-07 01:44:42 UTC) #1
vabr (Chromium)
> - Attempt to build all targets and add #include "base/memory/scoped_ptr.h" to > files that ...
4 years, 8 months ago (2016-04-07 02:04:10 UTC) #2
Nicolas Zea
So I tried to point out places where IWYU was not being done. That said, ...
4 years, 8 months ago (2016-04-07 21:48:58 UTC) #3
dcheng
I've been adding the following boilerplate to emails: "This is largely a search and replace. ...
4 years, 8 months ago (2016-04-07 21:50:09 UTC) #5
dcheng
OK, comments should be addressed. Sorry I rebased too, I forgot to separate that into ...
4 years, 8 months ago (2016-04-07 22:36:55 UTC) #6
Nicolas Zea
LGTM (although looks like you need to rebase again)
4 years, 8 months ago (2016-04-07 23:02:28 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1866243002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1866243002/40001
4 years, 8 months ago (2016-04-07 23:35:25 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/166106)
4 years, 8 months ago (2016-04-07 23:51:23 UTC) #12
dcheng
TBRing thestig for IWYU fixes in //chrome
4 years, 8 months ago (2016-04-07 23:52:55 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1866243002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1866243002/40001
4 years, 8 months ago (2016-04-07 23:53:27 UTC) #17
Lei Zhang
lgtm
4 years, 8 months ago (2016-04-08 00:43:15 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-04-08 03:19:10 UTC) #19
commit-bot: I haz the power
4 years, 8 months ago (2016-04-08 03:20:54 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/c3e80570c413b058d8f855a695610b38072d6519
Cr-Commit-Position: refs/heads/master@{#385972}

Powered by Google App Engine
This is Rietveld 408576698