| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index e176b731479239062c5bf3f4e86073e358eb8ddc..8c8f8c9878051009462cb127ceec2976c63b22ca 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -27,9 +27,9 @@
|
| #ifndef Internals_h
|
| #define Internals_h
|
|
|
| -#include "bindings/v8/ExceptionStatePlaceholder.h"
|
| -#include "bindings/v8/ScriptPromise.h"
|
| -#include "bindings/v8/ScriptValue.h"
|
| +#include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
| +#include "bindings/core/v8/ScriptPromise.h"
|
| +#include "bindings/core/v8/ScriptValue.h"
|
| #include "core/css/CSSComputedStyleDeclaration.h"
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/page/scrolling/ScrollingCoordinator.h"
|
|
|