| 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 7c451cefabe4a60e6f70c7b253679c3f8b5a1f87..8c018f280d7219936d6846d8604753de4b3f077c 100644
|
| --- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| @@ -30,7 +30,7 @@
|
| #include "core/fetch/FetchInitiatorTypeNames.h"
|
| #include "core/fetch/FetchRequest.h"
|
| #include "core/fetch/ResourceFetcher.h"
|
| -#include "core/fetch/XSLStyleSheetResource.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()
|
|
|