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

Unified Diff: media/blink/webcontentdecryptionmodule_impl.h

Issue 1534273002: Switch to standard integer types in media/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more Created 5 years 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: 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;

Powered by Google App Engine
This is Rietveld 408576698