| Index: content/browser/media/encrypted_media_browsertest.cc
|
| diff --git a/content/browser/media/encrypted_media_browsertest.cc b/content/browser/media/encrypted_media_browsertest.cc
|
| index e04d1d7287042aebea01b1eb67fe313f983e0f4d..af7723debfb6be6f6fbe45f307ca1ac8ac22d763 100644
|
| --- a/content/browser/media/encrypted_media_browsertest.cc
|
| +++ b/content/browser/media/encrypted_media_browsertest.cc
|
| @@ -12,6 +12,7 @@
|
| #include "content/shell/browser/shell.h"
|
| #include "media/base/media.h"
|
| #include "media/base/media_switches.h"
|
| +#include "media/mojo/features.h"
|
|
|
| #if defined(OS_ANDROID)
|
| #include "base/android/build_info.h"
|
| @@ -21,7 +22,7 @@
|
| #include "base/win/windows_version.h"
|
| #endif
|
|
|
| -#if defined(ENABLE_MOJO_CDM)
|
| +#if BUILDFLAG(ENABLE_MOJO_CDM)
|
| // When mojo CDM is enabled, External Clear Key is supported in //content/shell/
|
| // by using mojo CDM with AesDecryptor running in the remote (e.g. GPU or
|
| // Browser) process.
|
|
|