| Index: media/mojo/services/mojo_cdm_service_context.h
 | 
| diff --git a/media/mojo/services/mojo_cdm_service_context.h b/media/mojo/services/mojo_cdm_service_context.h
 | 
| index 5938e9fcd55452d10e74123dcd79f96c4bdf0b30..076c4d6db413b9d459cc9720a024fe13698ee933 100644
 | 
| --- a/media/mojo/services/mojo_cdm_service_context.h
 | 
| +++ b/media/mojo/services/mojo_cdm_service_context.h
 | 
| @@ -16,7 +16,7 @@
 | 
|  
 | 
|  namespace media {
 | 
|  
 | 
| -class MediaKeys;
 | 
| +class ContentDecryptionModule;
 | 
|  class MojoCdmService;
 | 
|  
 | 
|  // A class that creates, owns and manages all MojoCdmService instances.
 | 
| @@ -34,7 +34,7 @@ class MEDIA_MOJO_EXPORT MojoCdmServiceContext {
 | 
|    void UnregisterCdm(int cdm_id);
 | 
|  
 | 
|    // Returns the CDM associated with |cdm_id|.
 | 
| -  scoped_refptr<MediaKeys> GetCdm(int cdm_id);
 | 
| +  scoped_refptr<ContentDecryptionModule> GetCdm(int cdm_id);
 | 
|  
 | 
|   private:
 | 
|    // A map between CDM ID and MojoCdmService.
 | 
| 
 |