summaryrefslogtreecommitdiffstats
path: root/content/renderer/media/crypto/content_decryption_module_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/renderer/media/crypto/content_decryption_module_factory.h')
-rw-r--r--content/renderer/media/crypto/content_decryption_module_factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/renderer/media/crypto/content_decryption_module_factory.h b/content/renderer/media/crypto/content_decryption_module_factory.h
index 01ab731..3d32832 100644
--- a/content/renderer/media/crypto/content_decryption_module_factory.h
+++ b/content/renderer/media/crypto/content_decryption_module_factory.h
@@ -21,7 +21,7 @@ class WebMediaPlayerClient;
namespace content {
-class WebMediaPlayerProxyAndroid;
+class RendererMediaPlayerManager;
class ContentDecryptionModuleFactory {
public:
@@ -33,7 +33,7 @@ class ContentDecryptionModuleFactory {
WebKit::WebFrame* web_frame,
const base::Closure& destroy_plugin_cb,
#elif defined(OS_ANDROID)
- WebMediaPlayerProxyAndroid* proxy,
+ RendererMediaPlayerManager* manager,
int media_keys_id,
const GURL& frame_url,
#endif // defined(ENABLE_PEPPER_CDMS)