| Index: content/renderer/media/crypto/ppapi_decryptor.h
|
| diff --git a/content/renderer/media/crypto/ppapi_decryptor.h b/content/renderer/media/crypto/ppapi_decryptor.h
|
| index 64b45d9a253a8c900aaa2c160f7c3044e43f4ca7..0fb5c1d8d1a7c5df6bd6cab59354ce47b189a94e 100644
|
| --- a/content/renderer/media/crypto/ppapi_decryptor.h
|
| +++ b/content/renderer/media/crypto/ppapi_decryptor.h
|
| @@ -95,7 +95,7 @@ class PpapiDecryptor : public media::MediaKeys, public media::Decryptor {
|
| void OnSessionClosed(uint32 session_id);
|
| void OnSessionError(uint32 session_id,
|
| media::MediaKeys::KeyError error_code,
|
| - int system_code);
|
| + uint32 system_code);
|
|
|
| // Callback to notify that a fatal error happened in |plugin_cdm_delegate_|.
|
| // The error is terminal and |plugin_cdm_delegate_| should not be used after
|
|
|