Index: media/base/mime_util_internal.h |
diff --git a/media/base/mime_util_internal.h b/media/base/mime_util_internal.h |
index 6331a70dab7b1e5bb03c88dfb6289e995ae638ba..ff215e948599cd32286d7f53b3a45170e20aebe1 100644 |
--- a/media/base/mime_util_internal.h |
+++ b/media/base/mime_util_internal.h |
@@ -95,7 +95,7 @@ class MEDIA_EXPORT MimeUtil { |
// Adds |mime_type| with the specified codecs to |media_format_map_|. |
void AddContainerWithCodecs(const std::string& mime_type, |
- const std::string& codecs_list, |
+ const CodecSet& codecs_list, |
bool is_proprietary_mime_type); |
// Returns IsSupported if all codec IDs in |codecs| are unambiguous and are |