| Index: media/base/android/media_player_android.h
 | 
| diff --git a/media/base/android/media_player_android.h b/media/base/android/media_player_android.h
 | 
| index 88e1319f45169b67d0c78b54487af3805ccc757a..a8cd802c81fac4f740cfc37afcd7b783fc96084b 100644
 | 
| --- a/media/base/android/media_player_android.h
 | 
| +++ b/media/base/android/media_player_android.h
 | 
| @@ -23,7 +23,7 @@
 | 
|  
 | 
|  namespace media {
 | 
|  
 | 
| -class MediaKeys;
 | 
| +class ContentDecryptionModule;
 | 
|  class MediaPlayerManager;
 | 
|  
 | 
|  // This class serves as the base class for different media player
 | 
| @@ -92,7 +92,7 @@ class MEDIA_EXPORT MediaPlayerAndroid {
 | 
|    virtual GURL GetFirstPartyForCookies();
 | 
|  
 | 
|    // Associates the |cdm| with this player.
 | 
| -  virtual void SetCdm(const scoped_refptr<MediaKeys>& cdm);
 | 
| +  virtual void SetCdm(const scoped_refptr<ContentDecryptionModule>& cdm);
 | 
|  
 | 
|    // Requests playback permission from MediaPlayerManager.
 | 
|    // Overridden in MediaCodecPlayer to pass data between threads.
 | 
| 
 |