| Index: third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/XSLStyleSheetResource.cpp b/third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.cpp
|
| similarity index 98%
|
| rename from third_party/WebKit/Source/core/fetch/XSLStyleSheetResource.cpp
|
| rename to third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.cpp
|
| index ebc9eba14eb4a259f744bb23a6d9c9f5469054ee..c36ea363b1767e7ef4939ef3c90ad6330348db20 100644
|
| --- a/third_party/WebKit/Source/core/fetch/XSLStyleSheetResource.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.cpp
|
| @@ -24,7 +24,7 @@
|
| sheets and html pages from the web. It has a memory cache for these objects.
|
| */
|
|
|
| -#include "core/fetch/XSLStyleSheetResource.h"
|
| +#include "core/loader/resource/XSLStyleSheetResource.h"
|
|
|
| #include "core/fetch/FetchRequest.h"
|
| #include "core/fetch/ResourceClientWalker.h"
|
|
|