Index: third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyBase.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyBase.h b/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyBase.h |
index 43ea9b5894120bb0a0512dd3f4b09a903f24fb06..0717c406dcf9b559e244cfeea84869b13d6b61bb 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyBase.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyBase.h |
@@ -7,12 +7,12 @@ |
#include <memory> |
-#include "bindings/core/v8/ScopedPersistent.h" |
#include "bindings/core/v8/ScriptPromise.h" |
-#include "bindings/core/v8/ScriptPromiseProperties.h" |
#include "bindings/core/v8/V8PrivateProperty.h" |
#include "core/CoreExport.h" |
#include "core/dom/ContextLifecycleObserver.h" |
+#include "platform/bindings/ScopedPersistent.h" |
+#include "platform/bindings/ScriptPromiseProperties.h" |
#include "platform/wtf/Compiler.h" |
#include "platform/wtf/RefCounted.h" |
#include "platform/wtf/Vector.h" |