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

Unified Diff: media/base/cdm_promise.h

Issue 2568463003: media: Rename MediaKeys to ContentDecryptionModule (Closed)
Patch Set: 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
Index: media/base/cdm_promise.h
diff --git a/media/base/cdm_promise.h b/media/base/cdm_promise.h
index ed61058e6d1703113c7a9d98b18a933a8a1d1344..29443c6ff626f34fb36cc307705ffb708fa6f91c 100644
--- a/media/base/cdm_promise.h
+++ b/media/base/cdm_promise.h
@@ -11,8 +11,8 @@
#include "base/logging.h"
#include "base/macros.h"
+#include "media/base/content_decryption_module.h"
jrummell 2016/12/12 22:08:39 nit: I don't think this is needed.
xhwang 2016/12/12 22:32:50 Added comment why I don't want to touch this now.
#include "media/base/media_export.h"
-#include "media/base/media_keys.h"
namespace media {

Powered by Google App Engine
This is Rietveld 408576698