summaryrefslogtreecommitdiffstats
path: root/src/core/browser_message_filter_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/browser_message_filter_qt.h')
-rw-r--r--src/core/browser_message_filter_qt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/browser_message_filter_qt.h b/src/core/browser_message_filter_qt.h
index 054625c96..175319805 100644
--- a/src/core/browser_message_filter_qt.h
+++ b/src/core/browser_message_filter_qt.h
@@ -41,7 +41,7 @@
#define BROWSER_MESSAGE_FILTER_QT_H
#include "content/public/browser/browser_message_filter.h"
-#include "ppapi/features/features.h"
+#include "media/media_features.h"
namespace QtWebEngineCore {
@@ -52,7 +52,7 @@ public:
private:
bool OnMessageReceived(const IPC::Message& message) override;
-#if BUILDFLAG(ENABLE_PEPPER_CDMS)
+#if BUILDFLAG(ENABLE_LIBRARY_CDMS)
// Returns whether any internal plugin supporting |mime_type| is registered
// and enabled. Does not determine whether the plugin can actually be
// instantiated (e.g. whether it has all its dependencies).