| 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 { | 
|  |