| Index: third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ScriptLoader.h b/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| index e92c9e5704918c1546a6f78ade61e3a1d1e5961d..d44a5ec08bc04121ab574f91fbded8cbe33d67a2 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| @@ -24,9 +24,9 @@
|
| #include "core/CoreExport.h"
|
| #include "core/dom/PendingScript.h"
|
| #include "core/dom/ScriptRunner.h"
|
| -#include "core/fetch/FetchRequest.h"
|
| -#include "core/fetch/ResourceClient.h"
|
| #include "core/loader/resource/ScriptResource.h"
|
| +#include "platform/loader/fetch/FetchRequest.h"
|
| +#include "platform/loader/fetch/ResourceClient.h"
|
| #include "wtf/text/TextPosition.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
|
|