Index: media/blink/webcontentdecryptionmodule_impl.h |
diff --git a/media/blink/webcontentdecryptionmodule_impl.h b/media/blink/webcontentdecryptionmodule_impl.h |
index 8b38cc6bc7cf9cc4b7eb7e4f0879849ab133e43e..aa7fa16d8ba9a5fff4b9eb7f882b44358da64c65 100644 |
--- a/media/blink/webcontentdecryptionmodule_impl.h |
+++ b/media/blink/webcontentdecryptionmodule_impl.h |
@@ -52,6 +52,8 @@ class MEDIA_EXPORT WebContentDecryptionModuleImpl |
CdmContext* GetCdmContext(); |
private: |
+ friend CdmSessionAdapter; |
+ |
// Takes reference to |adapter|. |
WebContentDecryptionModuleImpl(scoped_refptr<CdmSessionAdapter> adapter); |