Index: Source/core/frame/FrameView.cpp |
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp |
index 6b684a36ecd5c5dadb071ff0780429e2312f2ca2..d1e11c597e594a6ab738ba60aba6d3da2819fae7 100644 |
--- a/Source/core/frame/FrameView.cpp |
+++ b/Source/core/frame/FrameView.cpp |
@@ -38,10 +38,10 @@ |
#include "core/events/OverflowEvent.h" |
#include "core/fetch/ResourceFetcher.h" |
#include "core/fetch/ResourceLoadPriorityOptimizer.h" |
-#include "core/fetch/TextResourceDecoder.h" |
#include "core/html/HTMLFrameElement.h" |
#include "core/html/HTMLHtmlElement.h" |
#include "core/html/HTMLPlugInElement.h" |
+#include "core/html/parser/TextResourceDecoder.h" |
#include "core/inspector/InspectorInstrumentation.h" |
#include "core/loader/FrameLoader.h" |
#include "core/loader/FrameLoaderClient.h" |