| 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 066b81111c60f1861b6651607450d747d2d33c55..2b18cd2d6ae9773a16179b278c1649636cf7e7cc 100644
|
| --- a/content/browser/media/encrypted_media_browsertest.cc
|
| +++ b/content/browser/media/encrypted_media_browsertest.cc
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "base/command_line.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "base/win/windows_version.h"
|
| #include "build/build_config.h"
|
| #include "content/browser/media/media_browsertest.h"
|
| #include "content/public/common/content_switches.h"
|
| @@ -17,6 +16,10 @@
|
| #include "base/android/build_info.h"
|
| #endif
|
|
|
| +#if defined(OS_WIN)
|
| +#include "base/win/windows_version.h"
|
| +#endif
|
| +
|
| #if defined(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
|
|
|