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

Unified Diff: chromecast/media/cma/pipeline/video_pipeline_impl.cc

Issue 1875623002: Convert //chromecast from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromecast/media/cma/pipeline/video_pipeline_impl.cc
diff --git a/chromecast/media/cma/pipeline/video_pipeline_impl.cc b/chromecast/media/cma/pipeline/video_pipeline_impl.cc
index 04b5046dea4ac996f94e196ef69276ac9374d915..072fa7d3ff48fcdaa4e131ef76f9d85080b26757 100644
--- a/chromecast/media/cma/pipeline/video_pipeline_impl.cc
+++ b/chromecast/media/cma/pipeline/video_pipeline_impl.cc
@@ -39,7 +39,7 @@ VideoPipelineImpl::~VideoPipelineImpl() {
::media::PipelineStatus VideoPipelineImpl::Initialize(
const std::vector<::media::VideoDecoderConfig>& configs,
- scoped_ptr<CodedFrameProvider> frame_provider) {
+ std::unique_ptr<CodedFrameProvider> frame_provider) {
DCHECK_GT(configs.size(), 0u);
for (const auto& config : configs) {
CMALOG(kLogControl) << __FUNCTION__ << " "
« no previous file with comments | « chromecast/media/cma/pipeline/video_pipeline_impl.h ('k') | chromecast/media/cma/test/frame_generator_for_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698