Index: third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp |
diff --git a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp |
index f056f82dc1fecee989c73edb996f65fbdb53ad08..9a6bc3448038110439c25478cd468569d33d2a86 100644 |
--- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp |
+++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp |
@@ -26,14 +26,14 @@ |
#include "core/dom/Document.h" |
#include "core/dom/IncrementLoadEventDelayCount.h" |
#include "core/dom/StyleEngine.h" |
-#include "core/fetch/FetchInitiatorTypeNames.h" |
-#include "core/fetch/FetchRequest.h" |
-#include "core/fetch/ResourceFetcher.h" |
#include "core/loader/resource/CSSStyleSheetResource.h" |
#include "core/loader/resource/XSLStyleSheetResource.h" |
#include "core/xml/DocumentXSLT.h" |
#include "core/xml/XSLStyleSheet.h" |
#include "core/xml/parser/XMLDocumentParser.h" // for parseAttributes() |
+#include "platform/loader/fetch/FetchInitiatorTypeNames.h" |
+#include "platform/loader/fetch/FetchRequest.h" |
+#include "platform/loader/fetch/ResourceFetcher.h" |
#include <memory> |
namespace blink { |