Index: Source/core/html/HTMLMediaElement.h |
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h |
index fc4c1f97b6535e7cee88229a51ca0bef570004a5..38712178ed5bda8797e8ed2370f5b3dad8fb5a43 100644 |
--- a/Source/core/html/HTMLMediaElement.h |
+++ b/Source/core/html/HTMLMediaElement.h |
@@ -32,8 +32,8 @@ |
#include "core/html/MediaControllerInterface.h" |
#include "core/html/track/TextTrack.h" |
#include "core/html/track/TextTrackCue.h" |
-#include "core/platform/graphics/MediaPlayer.h" |
#include "platform/PODIntervalTree.h" |
+#include "platform/graphics/media/MediaPlayer.h" |
#include "public/platform/WebMimeRegistry.h" |
namespace WebKit { class WebLayer; } |