Index: Source/core/html/MediaFragmentURIParser.cpp |
diff --git a/Source/core/html/MediaFragmentURIParser.cpp b/Source/core/html/MediaFragmentURIParser.cpp |
index baf98d64df8aae10ca58141b6f70035ccefd8389..ed70444a2259907b8f1d2b3375b0ffc4aa2e553a 100644 |
--- a/Source/core/html/MediaFragmentURIParser.cpp |
+++ b/Source/core/html/MediaFragmentURIParser.cpp |
@@ -28,8 +28,8 @@ |
#include "MediaFragmentURIParser.h" |
#include "HTMLElement.h" |
-#include "ProcessingInstruction.h" |
-#include "Text.h" |
+#include "core/dom/ProcessingInstruction.h" |
+#include "core/dom/Text.h" |
#include "core/platform/graphics/MediaPlayer.h" |
#include "core/platform/text/SegmentedString.h" |
#include <wtf/text/CString.h> |