| Index: third_party/widevine/cdm/widevine_cdm_common.h
|
| diff --git a/third_party/widevine/cdm/widevine_cdm_common.h b/third_party/widevine/cdm/widevine_cdm_common.h
|
| index f411b9d6e97df4d8914b6f7b65968dabaf064fbc..1a962a01160a4e69c6fce16113868cc54fda84e7 100644
|
| --- a/third_party/widevine/cdm/widevine_cdm_common.h
|
| +++ b/third_party/widevine/cdm/widevine_cdm_common.h
|
| @@ -5,7 +5,6 @@
|
| #ifndef WIDEVINE_CDM_WIDEVINE_CDM_COMMON_H_
|
| #define WIDEVINE_CDM_WIDEVINE_CDM_COMMON_H_
|
|
|
| -#include "media/media_features.h"
|
| #include "ppapi/features/features.h"
|
|
|
| // This file defines constants common to all Widevine CDM versions.
|
| @@ -55,9 +54,9 @@
|
| const char kCdmSupportedCodecsValueDelimiter = ',';
|
| const char kCdmSupportedCodecVp8[] = "vp8";
|
| const char kCdmSupportedCodecVp9[] = "vp9.0";
|
| -#if BUILDFLAG(USE_PROPRIETARY_CODECS)
|
| +#if defined(USE_PROPRIETARY_CODECS)
|
| const char kCdmSupportedCodecAvc1[] = "avc1";
|
| -#endif // BUILDFLAG(USE_PROPRIETARY_CODECS)
|
| +#endif // defined(USE_PROPRIETARY_CODECS)
|
|
|
| #if defined(OS_MACOSX) || defined(OS_WIN)
|
| // CDM is installed by the component installer instead of the Chrome installer.
|
|
|