| Index: third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| index f0c90f261679cb8fbda6a98ef834b8062c78157f..cde65e4b2355b3f201fb4d285e913738e4ec73cf 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| @@ -10,9 +10,9 @@
|
| #include "core/dom/Element.h"
|
| #include "core/dom/PendingScript.h"
|
| #include "core/fetch/CachedMetadata.h"
|
| -#include "core/fetch/ScriptResource.h"
|
| #include "core/frame/Settings.h"
|
| #include "core/html/parser/TextResourceDecoder.h"
|
| +#include "core/loader/resource/ScriptResource.h"
|
| #include "platform/CrossThreadFunctional.h"
|
| #include "platform/Histogram.h"
|
| #include "platform/SharedBuffer.h"
|
|
|