| Index: media/cdm/ppapi/external_clear_key/clear_key_cdm.h
 | 
| diff --git a/media/cdm/ppapi/external_clear_key/clear_key_cdm.h b/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
 | 
| index 42ffb8bd415a277805472e9575a47e46a679497f..a16559deb6905448d72600cc5b93b0b6cdad39e8 100644
 | 
| --- a/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
 | 
| +++ b/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
 | 
| @@ -40,7 +40,7 @@ class ClearKeyCdm : public ClearKeyCdmInterface {
 | 
|    ClearKeyCdm(Host* host, const std::string& key_system, const GURL& origin);
 | 
|    ~ClearKeyCdm() override;
 | 
|  
 | 
| -  // ContentDecryptionModule implementation.
 | 
| +  // ClearKeyCdmInterface implementation.
 | 
|    void Initialize(bool allow_distinctive_identifier,
 | 
|                    bool allow_persistent_state) override;
 | 
|    void CreateSessionAndGenerateRequest(uint32_t promise_id,
 | 
| @@ -94,7 +94,7 @@ class ClearKeyCdm : public ClearKeyCdmInterface {
 | 
|  
 | 
|    // ContentDecryptionModule callbacks.
 | 
|    void OnSessionMessage(const std::string& session_id,
 | 
| -                        MediaKeys::MessageType message_type,
 | 
| +                        ContentDecryptionModule::MessageType message_type,
 | 
|                          const std::vector<uint8_t>& message);
 | 
|    void OnSessionKeysChange(const std::string& session_id,
 | 
|                             bool has_additional_usable_key,
 | 
| 
 |