summaryrefslogtreecommitdiffstats
path: root/chrome/browser/component_updater/widevine_cdm_component_installer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/component_updater/widevine_cdm_component_installer.cc')
-rw-r--r--chrome/browser/component_updater/widevine_cdm_component_installer.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/component_updater/widevine_cdm_component_installer.cc b/chrome/browser/component_updater/widevine_cdm_component_installer.cc
index 66698f3..811321c 100644
--- a/chrome/browser/component_updater/widevine_cdm_component_installer.cc
+++ b/chrome/browser/component_updater/widevine_cdm_component_installer.cc
@@ -83,8 +83,8 @@ const char kWidevineCdmArch[] =
// All values that are lists are delimited by commas. No trailing commas.
// For example, "1,2,4".
const char kCdmValueDelimiter = ',';
-COMPILE_ASSERT(kCdmValueDelimiter == kCdmSupportedCodecsValueDelimiter,
- cdm_delimiters_do_not_match);
+static_assert(kCdmValueDelimiter == kCdmSupportedCodecsValueDelimiter,
+ "cdm delimiters must match");
// The following entries are required.
// Interface versions are lists of integers (e.g. "1" or "1,2,4").
// These are checked in this file before registering the CDM.