| Index: media/cdm/aes_decryptor_unittest.cc
|
| diff --git a/media/cdm/aes_decryptor_unittest.cc b/media/cdm/aes_decryptor_unittest.cc
|
| index b70e6d2fa1893abd1cf5db4b5c28a944db20082e..8ab2571b85ace4f71eb18a884ea4805856f1e771 100644
|
| --- a/media/cdm/aes_decryptor_unittest.cc
|
| +++ b/media/cdm/aes_decryptor_unittest.cc
|
| @@ -30,6 +30,7 @@
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest-param-test.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "third_party/widevine/cdm/cdm_features.h"
|
| #include "url/gurl.h"
|
|
|
| using ::testing::_;
|
| @@ -1021,7 +1022,7 @@ INSTANTIATE_TEST_CASE_P(AesDecryptor,
|
| AesDecryptorTest,
|
| testing::Values("AesDecryptor"));
|
|
|
| -#if defined(ENABLE_PEPPER_CDMS)
|
| +#if BUILDFLAG(ENABLE_PEPPER_CDMS)
|
| INSTANTIATE_TEST_CASE_P(CdmAdapter,
|
| AesDecryptorTest,
|
| testing::Values("CdmAdapter"));
|
|
|