| Index: content/renderer/media/cdm/pepper_cdm_wrapper_impl.cc
|
| diff --git a/content/renderer/media/cdm/pepper_cdm_wrapper_impl.cc b/content/renderer/media/cdm/pepper_cdm_wrapper_impl.cc
|
| index 542923f008033058eaeb081bf6a200f90e09fb03..173791497c2c89c6f88e2be3875089bdf7c39889 100644
|
| --- a/content/renderer/media/cdm/pepper_cdm_wrapper_impl.cc
|
| +++ b/content/renderer/media/cdm/pepper_cdm_wrapper_impl.cc
|
| @@ -2,7 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#if defined(ENABLE_PEPPER_CDMS)
|
| +#include "ppapi/features/features.h"
|
| +
|
| +#if BUILDFLAG(ENABLE_PEPPER_CDMS)
|
| #include "content/renderer/media/cdm/pepper_cdm_wrapper_impl.h"
|
|
|
| #include <utility>
|
| @@ -94,4 +96,4 @@ ContentDecryptorDelegate* PepperCdmWrapperImpl::GetCdmDelegate() {
|
|
|
| } // namespace content
|
|
|
| -#endif // defined(ENABLE_PEPPER_CDMS)
|
| +#endif // BUILDFLAG(ENABLE_PEPPER_CDMS)
|
|
|