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