Index: Source/core/html/track/InbandTextTrack.cpp |
diff --git a/Source/core/html/track/InbandTextTrack.cpp b/Source/core/html/track/InbandTextTrack.cpp |
index bea20e71a7615fa0f4f8db327b9516fb1c3bd009..e98131fae710a451806f1a98af21ccf27fdc5016 100644 |
--- a/Source/core/html/track/InbandTextTrack.cpp |
+++ b/Source/core/html/track/InbandTextTrack.cpp |
@@ -28,8 +28,8 @@ |
#include "bindings/v8/ExceptionStatePlaceholder.h" |
#include "core/html/track/TextTrackCue.h" |
-#include "core/platform/graphics/InbandTextTrackPrivate.h" |
#include "platform/Logging.h" |
+#include "platform/graphics/media/InbandTextTrackPrivate.h" |
#include "wtf/UnusedParam.h" |
#include <math.h> |