| Index: third_party/WebKit/Source/modules/fetch/ResponseTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/ResponseTest.cpp b/third_party/WebKit/Source/modules/fetch/ResponseTest.cpp
|
| index d4b5eb1bac893bd4fe367f5cdb1f8139e0521420..e9e447bf4e8e7c84f86a93bade29a533b42b24cd 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/ResponseTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/ResponseTest.cpp
|
| @@ -6,7 +6,6 @@
|
|
|
| #include <memory>
|
| #include "bindings/core/v8/ExceptionState.h"
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/V8BindingForTesting.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/ExecutionContext.h"
|
| @@ -17,6 +16,7 @@
|
| #include "modules/fetch/BytesConsumerTestUtil.h"
|
| #include "modules/fetch/DataConsumerHandleTestUtil.h"
|
| #include "modules/fetch/FetchResponseData.h"
|
| +#include "platform/bindings/ScriptState.h"
|
| #include "platform/blob/BlobData.h"
|
| #include "platform/testing/UnitTestHelpers.h"
|
| #include "platform/wtf/PtrUtil.h"
|
|
|