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

Unified Diff: services/media/framework_mojo/mojo_type_conversions.h

Issue 1822333002: Motown: wholesale clang-format (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: dalesat Created 4 years, 9 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: services/media/framework_mojo/mojo_type_conversions.h
diff --git a/services/media/framework_mojo/mojo_type_conversions.h b/services/media/framework_mojo/mojo_type_conversions.h
index bb9e18e8bf114e2160eef8e230cb1f7d1de6d1eb..71e0ac41b8ccad7e5cbfc60fc01b8a6e16a16803 100644
--- a/services/media/framework_mojo/mojo_type_conversions.h
+++ b/services/media/framework_mojo/mojo_type_conversions.h
@@ -38,8 +38,8 @@ VideoStreamType::ColorSpace Convert(ColorSpace color_space);
std::unique_ptr<StreamType> Convert(const MediaTypePtr& media_type);
// Creates std::vector<std::unique_ptr<StreamType>> from an array of MediaTypes.
-std::unique_ptr<std::vector<std::unique_ptr<StreamType>>>
- Convert(const Array<MediaTypePtr>& media_types);
+std::unique_ptr<std::vector<std::unique_ptr<StreamType>>> Convert(
+ const Array<MediaTypePtr>& media_types);
// Creates a StreamTypeSet from a MediaTypeSet.
std::unique_ptr<StreamTypeSet> Convert(const MediaTypeSetPtr& media_type_set);
@@ -82,7 +82,7 @@ MediaTypePtr Convert(const std::unique_ptr<StreamType>& stream_type);
// Creates an array of MediaTypes from std::vector<std::unique_ptr<StreamType>>.
Array<MediaTypePtr> Convert(
const std::unique_ptr<std::vector<std::unique_ptr<StreamType>>>&
- stream_types);
+ stream_types);
// Creates a MediaTypeSet from a StreamTypeSet.
MediaTypeSetPtr Convert(const std::unique_ptr<StreamTypeSet>& stream_type_set);
@@ -102,4 +102,4 @@ MediaMetadataPtr Convert(const std::unique_ptr<Metadata>& metadata);
} // namespace media
} // namespace mojo
-#endif // SERVICES_MEDIA_FRAMEWORK_MOJO_MOJO_TYPE_CONVERSIONS_H_
+#endif // SERVICES_MEDIA_FRAMEWORK_MOJO_MOJO_TYPE_CONVERSIONS_H_
« no previous file with comments | « services/media/framework_mojo/mojo_pull_mode_producer.cc ('k') | services/media/framework_mojo/mojo_type_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698