| Index: third_party/WebKit/Source/core/xml/XSLImportRule.cpp
|
| diff --git a/third_party/WebKit/Source/core/xml/XSLImportRule.cpp b/third_party/WebKit/Source/core/xml/XSLImportRule.cpp
|
| index 9a004210b82de2601335f736d1f49b78bfc7c663..ca3385b113f3c153ad1d2d00be3fd17b601e1bec 100644
|
| --- a/third_party/WebKit/Source/core/xml/XSLImportRule.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/XSLImportRule.cpp
|
| @@ -22,12 +22,12 @@
|
| #include "core/xml/XSLImportRule.h"
|
|
|
| #include "core/dom/Document.h"
|
| -#include "core/fetch/FetchInitiatorTypeNames.h"
|
| -#include "core/fetch/FetchRequest.h"
|
| -#include "core/fetch/RawResource.h"
|
| -#include "core/fetch/ResourceFetcher.h"
|
| #include "core/loader/resource/XSLStyleSheetResource.h"
|
| #include "platform/SharedBuffer.h"
|
| +#include "platform/loader/fetch/FetchInitiatorTypeNames.h"
|
| +#include "platform/loader/fetch/FetchRequest.h"
|
| +#include "platform/loader/fetch/RawResource.h"
|
| +#include "platform/loader/fetch/ResourceFetcher.h"
|
| #include "wtf/text/TextEncoding.h"
|
|
|
| namespace blink {
|
|
|