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

Unified Diff: Source/platform/graphics/media/ContentDecryptionModule.cpp

Issue 48273013: Move MediaPlayer, IntSizeHash to platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: move MediaPlayer and friends to platform/graphics/media Created 7 years, 2 months 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/graphics/media/ContentDecryptionModule.cpp
diff --git a/Source/core/platform/graphics/ContentDecryptionModule.cpp b/Source/platform/graphics/media/ContentDecryptionModule.cpp
similarity index 95%
rename from Source/core/platform/graphics/ContentDecryptionModule.cpp
rename to Source/platform/graphics/media/ContentDecryptionModule.cpp
index a10dde10d33c773de85e7e7dc7a93d1681c6c8e9..273dd1b8810c82a6e65e117bdedf27af01ceb95c 100644
--- a/Source/core/platform/graphics/ContentDecryptionModule.cpp
+++ b/Source/platform/graphics/media/ContentDecryptionModule.cpp
@@ -29,10 +29,10 @@
*/
#include "config.h"
-#include "core/platform/graphics/ContentDecryptionModule.h"
+#include "platform/graphics/media/ContentDecryptionModule.h"
#include "platform/NotImplemented.h"
-#include "core/platform/graphics/ContentDecryptionModuleSession.h"
+#include "platform/graphics/media/ContentDecryptionModuleSession.h"
#include "public/platform/Platform.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698