| Index: third_party/WebKit/Source/modules/fetch/ReadableStreamBytesConsumerTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/ReadableStreamBytesConsumerTest.cpp b/third_party/WebKit/Source/modules/fetch/ReadableStreamBytesConsumerTest.cpp
|
| index 98b1d22b60852e47b9d71abfad7d7e33b76f22c0..7c9bdfb160fffe3252b199a8f93c8df2be962d99 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/ReadableStreamBytesConsumerTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/ReadableStreamBytesConsumerTest.cpp
|
| @@ -6,7 +6,6 @@
|
|
|
| #include <memory>
|
|
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/V8BindingForCore.h"
|
| #include "bindings/core/v8/V8BindingMacros.h"
|
| #include "bindings/core/v8/V8GCController.h"
|
| @@ -14,6 +13,7 @@
|
| #include "core/streams/ReadableStreamOperations.h"
|
| #include "core/testing/DummyPageHolder.h"
|
| #include "modules/fetch/BytesConsumerTestUtil.h"
|
| +#include "platform/bindings/ScriptState.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/testing/UnitTestHelpers.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|