| Index: third_party/WebKit/Source/core/dom/PendingScript.h
|
| diff --git a/third_party/WebKit/Source/core/dom/PendingScript.h b/third_party/WebKit/Source/core/dom/PendingScript.h
|
| index 964f3db1154206fcca27539ec649b7029bf067e4..9d457885b9c42525133f4e53fd3840cd2a98a1a5 100644
|
| --- a/third_party/WebKit/Source/core/dom/PendingScript.h
|
| +++ b/third_party/WebKit/Source/core/dom/PendingScript.h
|
| @@ -29,7 +29,7 @@
|
| #include "bindings/core/v8/ScriptStreamer.h"
|
| #include "core/CoreExport.h"
|
| #include "core/fetch/ResourceOwner.h"
|
| -#include "core/fetch/ScriptResource.h"
|
| +#include "core/loader/resource/ScriptResource.h"
|
| #include "platform/MemoryCoordinator.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Noncopyable.h"
|
|
|