Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(859)

Unified Diff: media/base/cdm_callback_promise.h

Issue 2568463003: media: Rename MediaKeys to ContentDecryptionModule (Closed)
Patch Set: comments addressed Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/base/android/media_player_android.cc ('k') | media/base/cdm_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/cdm_callback_promise.h
diff --git a/media/base/cdm_callback_promise.h b/media/base/cdm_callback_promise.h
index 834b943b228f736cdad01a170c6f636f4bcf3d1f..84f3db56d37f29b8df0e54256e31c8e881addd47 100644
--- a/media/base/cdm_callback_promise.h
+++ b/media/base/cdm_callback_promise.h
@@ -12,8 +12,9 @@
#include "base/callback.h"
#include "base/macros.h"
#include "media/base/cdm_promise.h"
+// TODO(xhwang): Remove this include after http://crbug.com/656706 is fixed.
+#include "media/base/content_decryption_module.h"
#include "media/base/media_export.h"
-#include "media/base/media_keys.h"
namespace media {
« no previous file with comments | « media/base/android/media_player_android.cc ('k') | media/base/cdm_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698