| Index: media/cdm/cdm_adapter_unittest.cc
 | 
| diff --git a/media/cdm/cdm_adapter_unittest.cc b/media/cdm/cdm_adapter_unittest.cc
 | 
| index 965793cbb658efa229c1fbdce7db01693361b88b..2b1d309edda8e59f39ceead0d966d03abea2cd9e 100644
 | 
| --- a/media/cdm/cdm_adapter_unittest.cc
 | 
| +++ b/media/cdm/cdm_adapter_unittest.cc
 | 
| @@ -18,7 +18,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 "media/media_features.h"
 | 
|  #include "testing/gmock/include/gmock/gmock.h"
 | 
|  #include "testing/gtest/include/gtest/gtest.h"
 | 
|  
 | 
| @@ -269,7 +268,7 @@
 | 
|  
 | 
|    std::vector<uint8_t> key_id(kKeyIdAsPssh,
 | 
|                                kKeyIdAsPssh + arraysize(kKeyIdAsPssh));
 | 
| -#if BUILDFLAG(USE_PROPRIETARY_CODECS)
 | 
| +#if defined(USE_PROPRIETARY_CODECS)
 | 
|    CreateSessionAndExpect(EmeInitDataType::CENC, key_id, SUCCESS);
 | 
|  #else
 | 
|    CreateSessionAndExpect(EmeInitDataType::CENC, key_id, FAILURE);
 | 
| 
 |