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

Unified Diff: media/base/cdm_callback_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_callback_promise.h
diff --git a/media/base/cdm_callback_promise.h b/media/base/cdm_callback_promise.h
index 834b943b228f736cdad01a170c6f636f4bcf3d1f..d5d7ace2719f46512edd4acca6c91dbc8c1a0ae4 100644
--- a/media/base/cdm_callback_promise.h
+++ b/media/base/cdm_callback_promise.h
@@ -12,8 +12,8 @@
#include "base/callback.h"
#include "base/macros.h"
#include "media/base/cdm_promise.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