| Index: Source/platform/graphics/media/MediaPlayer.h | 
| diff --git a/Source/core/platform/graphics/MediaPlayer.h b/Source/platform/graphics/media/MediaPlayer.h | 
| similarity index 99% | 
| rename from Source/core/platform/graphics/MediaPlayer.h | 
| rename to Source/platform/graphics/media/MediaPlayer.h | 
| index 3c9fc2ca21b9b9948fe6780c7cc17665a109b210..2ea6abb69d20961260e05e9190d7aae8652d573f 100644 | 
| --- a/Source/core/platform/graphics/MediaPlayer.h | 
| +++ b/Source/platform/graphics/media/MediaPlayer.h | 
| @@ -26,6 +26,7 @@ | 
| #ifndef MediaPlayer_h | 
| #define MediaPlayer_h | 
|  | 
| +#include "platform/PlatformExport.h" | 
| #include "platform/graphics/GraphicsTypes3D.h" | 
| #include "wtf/Forward.h" | 
| #include "wtf/Noncopyable.h" | 
| @@ -99,7 +100,7 @@ public: | 
|  | 
| typedef PassOwnPtr<MediaPlayer> (*CreateMediaEnginePlayer)(MediaPlayerClient*); | 
|  | 
| -class MediaPlayer { | 
| +class PLATFORM_EXPORT MediaPlayer { | 
| WTF_MAKE_NONCOPYABLE(MediaPlayer); | 
| public: | 
| static PassOwnPtr<MediaPlayer> create(MediaPlayerClient*); | 
|  |