Chromium Code Reviews| Index: chrome/renderer/media/chrome_key_systems.cc |
| diff --git a/chrome/renderer/media/chrome_key_systems.cc b/chrome/renderer/media/chrome_key_systems.cc |
| index 818d4010ac9c6a1494ceb80a87fdcb17ed26c3ce..eee03bdc727a8a0850a96c0b7f7f809f53a3406e 100644 |
| --- a/chrome/renderer/media/chrome_key_systems.cc |
| +++ b/chrome/renderer/media/chrome_key_systems.cc |
| @@ -24,6 +24,10 @@ |
| #include "base/version.h" |
| #endif |
| +#if defined(OS_ANDROID) |
|
ddorwin
2014/06/11 01:54:01
Because of the comment at 20, this should probably
ycheo (away)
2014/06/11 07:43:43
Done.
|
| +#include "components/cdm/renderer/android_key_systems.h" |
| +#endif |
| + |
| using content::KeySystemInfo; |
| using content::SupportedCodecs; |