| Index: chrome/renderer/plugins/plugin_uma.cc
|
| diff --git a/chrome/renderer/plugins/plugin_uma.cc b/chrome/renderer/plugins/plugin_uma.cc
|
| index 8c7c7c17dd9a203042bd01ab60f2615f2fe07ee4..6109f1cf73e5cbcd48ea8ad6c25f439c966a1940 100644
|
| --- a/chrome/renderer/plugins/plugin_uma.cc
|
| +++ b/chrome/renderer/plugins/plugin_uma.cc
|
| @@ -179,7 +179,7 @@ PluginUMAReporter::PluginType PluginUMAReporter::MimeTypeToPluginType(
|
| return SHOCKWAVE_FLASH;
|
| }
|
|
|
| -#if defined(ENABLE_PEPPER_CDMS)
|
| +#if BUILDFLAG(ENABLE_PEPPER_CDMS)
|
| if (mime_type == kWidevineCdmPluginMimeType)
|
| return WIDEVINE_CDM;
|
| #endif
|
|
|