Index: ppapi/cpp/private/content_decryptor_private.cc |
diff --git a/ppapi/cpp/private/content_decryptor_private.cc b/ppapi/cpp/private/content_decryptor_private.cc |
index 7cad0a3a11491bc4e315eb06d208b93c9e56bac6..bed411af6a05564df8483ac5ddea1ce688805d7b 100644 |
--- a/ppapi/cpp/private/content_decryptor_private.cc |
+++ b/ppapi/cpp/private/content_decryptor_private.cc |
@@ -264,7 +264,7 @@ void ContentDecryptor_Private::SessionClosed(uint32_t session_id) { |
void ContentDecryptor_Private::SessionError(uint32_t session_id, |
int32_t media_error, |
- int32_t system_code) { |
+ uint32_t system_code) { |
if (has_interface<PPB_ContentDecryptor_Private>()) { |
get_interface<PPB_ContentDecryptor_Private>()->SessionError( |
associated_instance_.pp_instance(), |