Index: content/renderer/media/crypto/proxy_decryptor.h |
diff --git a/content/renderer/media/crypto/proxy_decryptor.h b/content/renderer/media/crypto/proxy_decryptor.h |
index 05ea8deacb8eac3ae42f9eb315f89f2d0846cea0..62f2e8eb884bf239aff0d51a193351afd8f1bf61 100644 |
--- a/content/renderer/media/crypto/proxy_decryptor.h |
+++ b/content/renderer/media/crypto/proxy_decryptor.h |
@@ -23,10 +23,6 @@ class CdmFactory; |
namespace content { |
-#if defined(ENABLE_BROWSER_CDMS) |
-class RendererCdmManager; |
-#endif // defined(ENABLE_BROWSER_CDMS) |
- |
// ProxyDecryptor is for EME v0.1b only. It should not be used for the WD API. |
// A decryptor proxy that creates a real decryptor object on demand and |
// forwards decryptor calls to it. |