Index: ppapi/cpp/private/content_decryptor_private.h |
diff --git a/ppapi/cpp/private/content_decryptor_private.h b/ppapi/cpp/private/content_decryptor_private.h |
index 4ac9f7907ea4a9fe6b9278754d6b970890b58396..b392263b7dc12abcacffa850ef36523cd7032800 100644 |
--- a/ppapi/cpp/private/content_decryptor_private.h |
+++ b/ppapi/cpp/private/content_decryptor_private.h |
@@ -68,7 +68,7 @@ class ContentDecryptor_Private { |
void SessionClosed(uint32_t session_id); |
void SessionError(uint32_t session_id, |
int32_t media_error, |
- int32_t system_code); |
+ uint32_t system_code); |
// The plugin must not hold a reference to the encrypted buffer resource |
// provided to Decrypt() when it calls this method. The browser will reuse |