| Index: media/formats/webm/webm_content_encodings.cc
|
| diff --git a/media/formats/webm/webm_content_encodings.cc b/media/formats/webm/webm_content_encodings.cc
|
| index 157c6ac43115c3f99200e3cf8b2949fd68e888e4..440dcce13f7b35f10286d3a715d0544f0c16edb2 100644
|
| --- a/media/formats/webm/webm_content_encodings.cc
|
| +++ b/media/formats/webm/webm_content_encodings.cc
|
| @@ -17,7 +17,7 @@ ContentEncoding::ContentEncoding()
|
|
|
| ContentEncoding::~ContentEncoding() {}
|
|
|
| -void ContentEncoding::SetEncryptionKeyId(const uint8* encryption_key_id,
|
| +void ContentEncoding::SetEncryptionKeyId(const uint8_t* encryption_key_id,
|
| int size) {
|
| DCHECK(encryption_key_id);
|
| DCHECK_GT(size, 0);
|
|
|