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

Unified Diff: Source/platform/drm/ContentDecryptionModuleSession.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
Index: Source/platform/drm/ContentDecryptionModuleSession.cpp
diff --git a/Source/core/platform/graphics/ContentDecryptionModuleSession.cpp b/Source/platform/drm/ContentDecryptionModuleSession.cpp
similarity index 97%
rename from Source/core/platform/graphics/ContentDecryptionModuleSession.cpp
rename to Source/platform/drm/ContentDecryptionModuleSession.cpp
index e423c9105abe33e0b8c5435a3f2226ed26c9e2ca..a639bf7f505fdf56665e819c4b3467ca0ca84094 100644
--- a/Source/core/platform/graphics/ContentDecryptionModuleSession.cpp
+++ b/Source/platform/drm/ContentDecryptionModuleSession.cpp
@@ -29,7 +29,7 @@
*/
#include "config.h"
-#include "core/platform/graphics/ContentDecryptionModuleSession.h"
+#include "platform/drm/ContentDecryptionModuleSession.h"
#include "public/platform/Platform.h"
#include "public/platform/WebContentDecryptionModule.h"
« no previous file with comments | « Source/platform/drm/ContentDecryptionModuleSession.h ('k') | Source/platform/exported/WebContentDecryptionModule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698