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

Unified Diff: Source/platform/drm/ContentDecryptionModule.cpp

Issue 26975004: Move ContentDecryptionModule* to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add WTF_MAKE_NONCOPYABLE because reasons Created 7 years, 1 month 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 | « Source/platform/drm/ContentDecryptionModule.h ('k') | Source/platform/drm/ContentDecryptionModuleSession.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/drm/ContentDecryptionModule.cpp
diff --git a/Source/core/platform/graphics/ContentDecryptionModule.cpp b/Source/platform/drm/ContentDecryptionModule.cpp
similarity index 95%
rename from Source/core/platform/graphics/ContentDecryptionModule.cpp
rename to Source/platform/drm/ContentDecryptionModule.cpp
index a10dde10d33c773de85e7e7dc7a93d1681c6c8e9..4655a388bd68069b2791ed1ade4a91e267db6c48 100644
--- a/Source/core/platform/graphics/ContentDecryptionModule.cpp
+++ b/Source/platform/drm/ContentDecryptionModule.cpp
@@ -29,10 +29,10 @@
*/
#include "config.h"
-#include "core/platform/graphics/ContentDecryptionModule.h"
+#include "platform/drm/ContentDecryptionModule.h"
#include "platform/NotImplemented.h"
-#include "core/platform/graphics/ContentDecryptionModuleSession.h"
+#include "platform/drm/ContentDecryptionModuleSession.h"
#include "public/platform/Platform.h"
namespace WebCore {
« no previous file with comments | « Source/platform/drm/ContentDecryptionModule.h ('k') | Source/platform/drm/ContentDecryptionModuleSession.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698