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 7c9bdfb160fffe3252b199a8f93c8df2be962d99..eff35676610c57328033822620eb91aed18fe58d 100644 |
--- a/third_party/WebKit/Source/modules/fetch/ReadableStreamBytesConsumerTest.cpp |
+++ b/third_party/WebKit/Source/modules/fetch/ReadableStreamBytesConsumerTest.cpp |
@@ -7,13 +7,13 @@ |
#include <memory> |
#include "bindings/core/v8/V8BindingForCore.h" |
-#include "bindings/core/v8/V8BindingMacros.h" |
#include "bindings/core/v8/V8GCController.h" |
#include "core/dom/Document.h" |
#include "core/streams/ReadableStreamOperations.h" |
#include "core/testing/DummyPageHolder.h" |
#include "modules/fetch/BytesConsumerTestUtil.h" |
#include "platform/bindings/ScriptState.h" |
+#include "platform/bindings/V8BindingMacros.h" |
#include "platform/heap/Handle.h" |
#include "platform/testing/UnitTestHelpers.h" |
#include "testing/gmock/include/gmock/gmock.h" |