Index: chrome/common/chrome_content_client.cc |
diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc |
index d9434c12c01a4897dc52b93363a8c694bb12c471..61d78f64afa8c7fe21eb0fb30a41cdc5c068ef46 100644 |
--- a/chrome/common/chrome_content_client.cc |
+++ b/chrome/common/chrome_content_client.cc |
@@ -43,6 +43,7 @@ |
#include "extensions/common/constants.h" |
#include "gpu/config/gpu_info.h" |
#include "net/http/http_util.h" |
+#include "ppapi/features/features.h" |
#include "ui/base/l10n/l10n_util.h" |
#include "ui/base/layout.h" |
#include "ui/base/resource/resource_bundle.h" |
@@ -75,7 +76,7 @@ |
#include "ppapi/shared_impl/ppapi_permissions.h" |
#endif |
-#if defined(WIDEVINE_CDM_AVAILABLE) && defined(ENABLE_PEPPER_CDMS) && \ |
+#if defined(WIDEVINE_CDM_AVAILABLE) && BUILDFLAG(ENABLE_PEPPER_CDMS) && \ |
!defined(WIDEVINE_CDM_IS_COMPONENT) |
#define WIDEVINE_CDM_AVAILABLE_NOT_COMPONENT |
#include "chrome/common/widevine_cdm_constants.h" |