| Index: webkit/media/crypto/ppapi/clear_key_cdm.h
|
| diff --git a/webkit/media/crypto/ppapi/clear_key_cdm.h b/webkit/media/crypto/ppapi/clear_key_cdm.h
|
| index 35f01879ef25d87cba8a3242aadb6407c18850ba..8b1715b22dab6ea07a369aa7821e2eb7c9a10fa9 100644
|
| --- a/webkit/media/crypto/ppapi/clear_key_cdm.h
|
| +++ b/webkit/media/crypto/ppapi/clear_key_cdm.h
|
| @@ -88,7 +88,7 @@ class ClearKeyCdm : public cdm::ContentDecryptionModule {
|
| void KeyAdded(const std::string& key_system, const std::string& session_id);
|
| void KeyError(const std::string& key_system,
|
| const std::string& session_id,
|
| - media::Decryptor::KeyError error_code,
|
| + media::MediaKeys::KeyError error_code,
|
| int system_code);
|
| void KeyMessage(const std::string& key_system,
|
| const std::string& session_id,
|
|
|