| Index: media/cdm/aes_decryptor_unittest.cc
|
| diff --git a/media/cdm/aes_decryptor_unittest.cc b/media/cdm/aes_decryptor_unittest.cc
|
| index 7e4fcb53b3b5eed23065b05beddcee283713ef4b..b70e6d2fa1893abd1cf5db4b5c28a944db20082e 100644
|
| --- a/media/cdm/aes_decryptor_unittest.cc
|
| +++ b/media/cdm/aes_decryptor_unittest.cc
|
| @@ -27,7 +27,6 @@
|
| #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"
|
| @@ -1022,7 +1021,7 @@
|
| AesDecryptorTest,
|
| testing::Values("AesDecryptor"));
|
|
|
| -#if BUILDFLAG(ENABLE_PEPPER_CDMS)
|
| +#if defined(ENABLE_PEPPER_CDMS)
|
| INSTANTIATE_TEST_CASE_P(CdmAdapter,
|
| AesDecryptorTest,
|
| testing::Values("CdmAdapter"));
|
|
|