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

Issue 1875623002: Convert //chromecast from scoped_ptr to std::unique_ptr (Closed)

Created:
4 years, 8 months ago by dcheng
Modified:
4 years, 8 months ago
Reviewers:
alokp
CC:
Aaron Boodman, abarth-chromium, asvitkine+watch_chromium.org, ben+mojo_chromium.org, cbentzel+watch_chromium.org, chromium-reviews, darin (slow to review), devtools-reviews_chromium.org, eme-reviews_chromium.org, feature-media-reviews_chromium.org, halliwell+watch_chromium.org, kalyank, lcwu+watch_chromium.org, pfeldman, qsr+mojo_chromium.org, sadrul, viettrungluu+watch_chromium.org, yzshen+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 //chromecast from scoped_ptr to std::unique_ptr BUG=554298 Committed: https://crrev.com/3c3c93d549f8685459c9d938e81f1e68c888ad6c Cr-Commit-Position: refs/heads/master@{#385992}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1197 lines, -1100 lines) Patch
M chromecast/app/android/crash_handler.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chromecast/app/cast_main_delegate.h View 2 chunks +7 lines, -6 lines 0 comments Download
M chromecast/app/linux/cast_crash_reporter_client_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/base/bind_to_task_runner.h View 2 chunks +4 lines, -3 lines 0 comments Download
M chromecast/base/bind_to_task_runner_unittest.cc View 7 chunks +12 lines, -12 lines 0 comments Download
M chromecast/base/cast_sys_info_android.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chromecast/base/cast_sys_info_util.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chromecast/base/cast_sys_info_util_simple.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chromecast/base/component/component_unittest.cc View 18 chunks +29 lines, -28 lines 0 comments Download
M chromecast/base/device_capabilities.h View 8 chunks +12 lines, -12 lines 0 comments Download
M chromecast/base/device_capabilities_impl.h View 3 chunks +6 lines, -5 lines 0 comments Download
M chromecast/base/device_capabilities_impl.cc View 11 chunks +19 lines, -17 lines 0 comments Download
M chromecast/base/device_capabilities_impl_unittest.cc View 35 chunks +53 lines, -52 lines 0 comments Download
M chromecast/base/error_codes_unittest.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M chromecast/base/metrics/cast_metrics_helper.cc View 5 chunks +7 lines, -5 lines 0 comments Download
M chromecast/base/serializers.h View 2 chunks +5 lines, -4 lines 0 comments Download
M chromecast/base/serializers.cc View 2 chunks +7 lines, -6 lines 0 comments Download
M chromecast/base/serializers_unittest.cc View 7 chunks +16 lines, -16 lines 0 comments Download
M chromecast/base/system_time_change_notifier_unittest.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M chromecast/browser/android/cast_window_android.h View 3 chunks +4 lines, -3 lines 0 comments Download
M chromecast/browser/cast_browser_context.h View 2 chunks +4 lines, -4 lines 0 comments Download
M chromecast/browser/cast_browser_context.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/browser/cast_browser_main_parts.h View 2 chunks +6 lines, -5 lines 0 comments Download
M chromecast/browser/cast_browser_main_parts.cc View 7 chunks +9 lines, -8 lines 0 comments Download
M chromecast/browser/cast_browser_process.h View 3 chunks +22 lines, -19 lines 0 comments Download
M chromecast/browser/cast_browser_process.cc View 2 chunks +12 lines, -9 lines 0 comments Download
M chromecast/browser/cast_content_browser_client.h View 7 chunks +8 lines, -8 lines 0 comments Download
M chromecast/browser/cast_content_browser_client.cc View 8 chunks +13 lines, -10 lines 0 comments Download
M chromecast/browser/cast_content_browser_client_simple.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M chromecast/browser/cast_content_window.h View 3 chunks +4 lines, -3 lines 0 comments Download
M chromecast/browser/cast_content_window.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chromecast/browser/cast_net_log.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chromecast/browser/cast_net_log.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chromecast/browser/devtools/remote_debugging_server.h View 2 chunks +4 lines, -2 lines 0 comments Download
M chromecast/browser/devtools/remote_debugging_server.cc View 4 chunks +9 lines, -9 lines 0 comments Download
M chromecast/browser/media/cast_mojo_media_application.h View 3 chunks +4 lines, -3 lines 0 comments Download
M chromecast/browser/media/cast_mojo_media_application.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chromecast/browser/media/cast_mojo_media_client.h View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/browser/media/cast_mojo_media_client.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M chromecast/browser/media/cast_renderer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chromecast/browser/media/cast_renderer.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M chromecast/browser/media/cma_message_filter_host.h View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/browser/media/cma_message_filter_host.cc View 8 chunks +10 lines, -9 lines 0 comments Download
M chromecast/browser/media/media_pipeline_backend_factory.h View 1 chunk +3 lines, -2 lines 0 comments Download
M chromecast/browser/media/media_pipeline_host.h View 3 chunks +6 lines, -6 lines 0 comments Download
M chromecast/browser/media/media_pipeline_host.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M chromecast/browser/metrics/cast_metrics_service_client.h View 5 chunks +6 lines, -6 lines 0 comments Download
M chromecast/browser/metrics/cast_metrics_service_client.cc View 8 chunks +16 lines, -15 lines 0 comments Download
M chromecast/browser/pref_service_helper.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chromecast/browser/pref_service_helper.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chromecast/browser/service/cast_service_simple.h View 2 chunks +4 lines, -3 lines 0 comments Download
M chromecast/browser/test/chromecast_browser_test.h View 2 chunks +4 lines, -3 lines 0 comments Download
M chromecast/browser/url_request_context_factory.h View 2 chunks +18 lines, -18 lines 0 comments Download
M chromecast/browser/url_request_context_factory.cc View 6 chunks +9 lines, -8 lines 0 comments Download
M chromecast/common/cast_resource_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/common/media/shared_memory_chunk.h View 4 chunks +5 lines, -4 lines 0 comments Download
M chromecast/common/media/shared_memory_chunk.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chromecast/crash/linux/crash_testing_utils.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chromecast/crash/linux/crash_testing_utils.cc View 9 chunks +21 lines, -18 lines 0 comments Download
M chromecast/crash/linux/crash_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/crash/linux/dump_info.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chromecast/crash/linux/dump_info.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chromecast/crash/linux/dump_info_unittest.cc View 5 chunks +79 lines, -79 lines 0 comments Download
M chromecast/crash/linux/minidump_writer_unittest.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chromecast/crash/linux/synchronized_minidump_manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chromecast/crash/linux/synchronized_minidump_manager.cc View 4 chunks +12 lines, -8 lines 0 comments Download
M chromecast/crash/linux/synchronized_minidump_manager_unittest.cc View 16 chunks +17 lines, -15 lines 0 comments Download
M chromecast/graphics/osd_plane_default.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chromecast/media/audio/cast_audio_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/media/audio/cast_audio_manager.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chromecast/media/audio/cast_audio_output_stream.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chromecast/media/audio/cast_audio_output_stream.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chromecast/media/audio/cast_audio_output_stream_unittest.cc View 8 chunks +9 lines, -9 lines 0 comments Download
M chromecast/media/base/cast_media_default.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chromecast/media/base/media_message_loop.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chromecast/media/base/media_resource_tracker_unittest.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M chromecast/media/cdm/browser_cdm_cast.h View 3 chunks +18 lines, -14 lines 0 comments Download
M chromecast/media/cdm/browser_cdm_cast.cc View 11 chunks +13 lines, -12 lines 0 comments Download
M chromecast/media/cma/backend/alsa/audio_decoder_alsa.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chromecast/media/cma/backend/alsa/cast_media_shlib.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.h View 2 chunks +4 lines, -3 lines 0 comments Download
M chromecast/media/cma/backend/alsa/mock_alsa_wrapper.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chromecast/media/cma/backend/alsa/stream_mixer_alsa.h View 5 chunks +9 lines, -9 lines 0 comments Download
M chromecast/media/cma/backend/alsa/stream_mixer_alsa.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chromecast/media/cma/backend/alsa/stream_mixer_alsa_input.h View 1 chunk +2 lines, -1 line 0 comments Download
M chromecast/media/cma/backend/alsa/stream_mixer_alsa_input.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/media/cma/backend/alsa/stream_mixer_alsa_input_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chromecast/media/cma/backend/alsa/stream_mixer_alsa_unittest.cc View 16 chunks +18 lines, -17 lines 0 comments Download
M chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc View 33 chunks +63 lines, -56 lines 0 comments Download
M chromecast/media/cma/backend/media_pipeline_backend_default.h View 2 chunks +4 lines, -3 lines 0 comments Download
M chromecast/media/cma/backend/media_pipeline_backend_manager.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chromecast/media/cma/backend/media_pipeline_backend_manager.cc View 2 chunks +8 lines, -6 lines 0 comments Download
M chromecast/media/cma/backend/media_pipeline_backend_wrapper.h View 3 chunks +5 lines, -4 lines 0 comments Download
M chromecast/media/cma/backend/media_pipeline_backend_wrapper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/media/cma/backend/multizone_backend_unittest.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M chromecast/media/cma/base/balanced_media_task_runner_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chromecast/media/cma/base/buffering_controller_unittest.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M chromecast/media/cma/base/buffering_frame_provider.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chromecast/media/cma/base/buffering_frame_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/media/cma/base/buffering_frame_provider_unittest.cc View 6 chunks +13 lines, -15 lines 0 comments Download
M chromecast/media/cma/base/decoder_buffer_adapter.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chromecast/media/cma/base/decoder_buffer_base.h View 3 chunks +4 lines, -3 lines 0 comments Download
M chromecast/media/cma/base/demuxer_stream_adapter.h View 1 chunk +2 lines, -1 line 0 comments Download
M chromecast/media/cma/base/demuxer_stream_adapter_unittest.cc View 5 chunks +8 lines, -7 lines 0 comments Download
M chromecast/media/cma/base/multi_demuxer_stream_adapter_unittest.cc View 3 chunks +8 lines, -7 lines 0 comments Download
M chromecast/media/cma/decoder/cast_audio_decoder.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chromecast/media/cma/decoder/cast_audio_decoder_android.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chromecast/media/cma/decoder/cast_audio_decoder_linux.cc View 5 chunks +8 lines, -8 lines 0 comments Download
M chromecast/media/cma/ipc/media_message.h View 4 chunks +12 lines, -11 lines 0 comments Download
M chromecast/media/cma/ipc/media_message.cc View 4 chunks +17 lines, -14 lines 0 comments Download
M chromecast/media/cma/ipc/media_message_fifo.h View 8 chunks +9 lines, -9 lines 0 comments Download
M chromecast/media/cma/ipc/media_message_fifo.cc View 10 chunks +20 lines, -20 lines 0 comments Download
M chromecast/media/cma/ipc/media_message_fifo_unittest.cc View 6 chunks +42 lines, -45 lines 0 comments Download
M chromecast/media/cma/ipc/media_message_unittest.cc View 8 chunks +21 lines, -19 lines 0 comments Download
M chromecast/media/cma/ipc_streamer/av_streamer_proxy.h View 3 chunks +6 lines, -5 lines 0 comments Download
M chromecast/media/cma/ipc_streamer/av_streamer_proxy.cc View 4 chunks +17 lines, -23 lines 0 comments Download
M chromecast/media/cma/ipc_streamer/av_streamer_unittest.cc View 8 chunks +22 lines, -23 lines 0 comments Download
M chromecast/media/cma/ipc_streamer/coded_frame_provider_host.h View 3 chunks +4 lines, -3 lines 0 comments Download
M chromecast/media/cma/ipc_streamer/coded_frame_provider_host.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chromecast/media/cma/ipc_streamer/decoder_buffer_base_marshaller.h View 2 chunks +4 lines, -2 lines 0 comments Download
M chromecast/media/cma/ipc_streamer/decoder_buffer_base_marshaller.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chromecast/media/cma/ipc_streamer/decrypt_config_marshaller.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chromecast/media/cma/ipc_streamer/decrypt_config_marshaller.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M chromecast/media/cma/pipeline/audio_decoder_software_wrapper.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chromecast/media/cma/pipeline/audio_pipeline_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chromecast/media/cma/pipeline/audio_pipeline_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/media/cma/pipeline/audio_video_pipeline_impl_unittest.cc View 4 chunks +7 lines, -6 lines 0 comments Download
M chromecast/media/cma/pipeline/av_pipeline_impl.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chromecast/media/cma/pipeline/av_pipeline_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chromecast/media/cma/pipeline/media_pipeline_impl.h View 5 chunks +10 lines, -10 lines 0 comments Download
M chromecast/media/cma/pipeline/media_pipeline_impl.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chromecast/media/cma/pipeline/video_pipeline_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chromecast/media/cma/pipeline/video_pipeline_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/media/cma/test/frame_generator_for_test.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M chromecast/media/cma/test/frame_segmenter_for_test.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M chromecast/media/cma/test/mock_frame_consumer.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chromecast/media/cma/test/mock_frame_consumer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/media/cma/test/mock_frame_provider.h View 3 chunks +4 lines, -5 lines 0 comments Download
M chromecast/media/cma/test/mock_frame_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/net/connectivity_checker.h View 1 chunk +2 lines, -1 line 0 comments Download
M chromecast/net/connectivity_checker_impl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chromecast/net/connectivity_checker_impl.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chromecast/net/net_util_cast.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/renderer/cast_content_renderer_client.h View 3 chunks +4 lines, -4 lines 0 comments Download
M chromecast/renderer/cast_content_renderer_client.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chromecast/renderer/cast_content_renderer_client_simple.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M chromecast/renderer/media/audio_pipeline_proxy.h View 3 chunks +10 lines, -11 lines 0 comments Download
M chromecast/renderer/media/audio_pipeline_proxy.cc View 10 chunks +19 lines, -19 lines 0 comments Download
M chromecast/renderer/media/chromecast_media_renderer_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/renderer/media/chromecast_media_renderer_factory.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M chromecast/renderer/media/cma_message_filter_proxy.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chromecast/renderer/media/cma_message_filter_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/renderer/media/cma_renderer.h View 5 chunks +6 lines, -5 lines 0 comments Download
M chromecast/renderer/media/cma_renderer.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chromecast/renderer/media/hole_frame_factory.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chromecast/renderer/media/media_channel_proxy.h View 3 chunks +4 lines, -3 lines 0 comments Download
M chromecast/renderer/media/media_channel_proxy.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chromecast/renderer/media/media_pipeline_proxy.h View 3 chunks +8 lines, -7 lines 0 comments Download
M chromecast/renderer/media/media_pipeline_proxy.cc View 7 chunks +13 lines, -15 lines 0 comments Download
M chromecast/renderer/media/video_pipeline_proxy.h View 3 chunks +7 lines, -8 lines 0 comments Download
M chromecast/renderer/media/video_pipeline_proxy.cc View 9 chunks +18 lines, -18 lines 0 comments Download
M chromecast/service/cast_service.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chromecast/utility/cast_content_utility_client.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chromecast/utility/cast_content_utility_client_simple.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
dcheng
This is largely a search and replace. There's probably some IWYU errors (files that don't ...
4 years, 8 months ago (2016-04-08 04:28:05 UTC) #2
alokp
lgtm Thanks for doing this. We have a bunch of internal code that would need ...
4 years, 8 months ago (2016-04-08 04:40:30 UTC) #3
dcheng
On 2016/04/08 at 04:40:30, alokp wrote: > lgtm > > Thanks for doing this. We ...
4 years, 8 months ago (2016-04-08 04:43:02 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1875623002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1875623002/1
4 years, 8 months ago (2016-04-08 04:43:26 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 8 months ago (2016-04-08 05:12:46 UTC) #7
commit-bot: I haz the power
4 years, 8 months ago (2016-04-08 05:13:35 UTC) #9
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/3c3c93d549f8685459c9d938e81f1e68c888ad6c
Cr-Commit-Position: refs/heads/master@{#385992}

Powered by Google App Engine
This is Rietveld 408576698