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

Unified Diff: chromecast/media/audio/cast_audio_manager.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
« no previous file with comments | « chromecast/media/audio/cast_audio_manager.h ('k') | chromecast/media/audio/cast_audio_output_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/audio/cast_audio_manager.cc
diff --git a/chromecast/media/audio/cast_audio_manager.cc b/chromecast/media/audio/cast_audio_manager.cc
index 1321e90acab6c0e52620f308ffb9f49602631301..b098b56c4c5fd8154db604ba3af4c256dd340071 100644
--- a/chromecast/media/audio/cast_audio_manager.cc
+++ b/chromecast/media/audio/cast_audio_manager.cc
@@ -61,7 +61,8 @@ void CastAudioManager::GetAudioInputDeviceNames(
::media::CHANNEL_LAYOUT_STEREO, 48000, 16, 1024);
}
-scoped_ptr<MediaPipelineBackend> CastAudioManager::CreateMediaPipelineBackend(
+std::unique_ptr<MediaPipelineBackend>
+CastAudioManager::CreateMediaPipelineBackend(
const MediaPipelineDeviceParams& params) {
return backend_manager_->CreateMediaPipelineBackend(params);
}
« no previous file with comments | « chromecast/media/audio/cast_audio_manager.h ('k') | chromecast/media/audio/cast_audio_output_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698