| Index: media/cdm/aes_decryptor_unittest.cc
|
| diff --git a/media/cdm/aes_decryptor_unittest.cc b/media/cdm/aes_decryptor_unittest.cc
|
| index c0747407c729842f40f9f156e4b2a186db4febc9..2daf088260f1373ef74cfb745c5e6ae0622c307e 100644
|
| --- a/media/cdm/aes_decryptor_unittest.cc
|
| +++ b/media/cdm/aes_decryptor_unittest.cc
|
| @@ -27,6 +27,7 @@
|
| #include "media/cdm/cdm_file_io.h"
|
| #include "media/cdm/external_clear_key_test_helper.h"
|
| #include "media/cdm/simple_cdm_allocator.h"
|
| +#include "ppapi/features/features.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest-param-test.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -1020,7 +1021,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"));
|
|
|