Index: media/blink/webcontentdecryptionmodule_impl.h |
diff --git a/media/blink/webcontentdecryptionmodule_impl.h b/media/blink/webcontentdecryptionmodule_impl.h |
index 730077e3cf7d839695933f1b8cc8bc62aac4b5c9..d75adb8f03380808d85262e8d49eb73321c271b9 100644 |
--- a/media/blink/webcontentdecryptionmodule_impl.h |
+++ b/media/blink/webcontentdecryptionmodule_impl.h |
@@ -43,7 +43,7 @@ class MEDIA_BLINK_EXPORT WebContentDecryptionModuleImpl |
blink::WebContentDecryptionModuleSession* createSession() override; |
void setServerCertificate( |
- const uint8* server_certificate, |
+ const uint8_t* server_certificate, |
size_t server_certificate_length, |
blink::WebContentDecryptionModuleResult result) override; |