Index: Source/core/frame/FrameView.cpp |
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp |
index 91a37524021e1d8c599965b0db2654ebe5726af7..07df8d65e89887dfa723846eabf24c87856d2349 100644 |
--- a/Source/core/frame/FrameView.cpp |
+++ b/Source/core/frame/FrameView.cpp |
@@ -38,7 +38,6 @@ |
#include "core/events/OverflowEvent.h" |
#include "core/fetch/ResourceFetcher.h" |
#include "core/fetch/ResourceLoadPriorityOptimizer.h" |
-#include "core/fetch/TextResourceDecoder.h" |
#include "core/frame/Frame.h" |
#include "core/frame/GraphicsLayerDebugInfo.h" |
#include "core/frame/Settings.h" |
@@ -46,6 +45,7 @@ |
#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" |