| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index e3a870b77b440c85b17e64b7b0cf574140d364e6..3d24a88fc49c57c1b4763e1b5fec1b593230fba1 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; }
|
|
|