Index: services/media/framework/conversion_pipeline_builder.h |
diff --git a/services/media/framework/conversion_pipeline_builder.h b/services/media/framework/conversion_pipeline_builder.h |
index 6957abcef67298a00cc26a4d9e0cfeb44cf71512..9f82f932186866c3b5d025c63f61ffe69a8bd775 100644 |
--- a/services/media/framework/conversion_pipeline_builder.h |
+++ b/services/media/framework/conversion_pipeline_builder.h |
@@ -17,9 +17,8 @@ namespace media { |
// *output and delivers the resulting output type via *out_type. If it fails, |
// returns false, sets *out_type to nullptr and leaves *output unchanged. |
bool BuildConversionPipeline( |
- const std::unique_ptr<StreamType>& in_type, |
- const std::unique_ptr<std::vector<std::unique_ptr<StreamTypeSet>>>& |
- out_type_sets, |
+ const StreamType& in_type, |
+ const std::vector<std::unique_ptr<StreamTypeSet>>& out_type_sets, |
Graph* graph, |
OutputRef* output, |
std::unique_ptr<StreamType>* out_type); |