| Index: Source/bindings/tests/results/core/V8TestDictionary.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestDictionary.cpp b/Source/bindings/tests/results/core/V8TestDictionary.cpp
|
| index 32b5abc8a7a961993c8d5f0595c9c1b85b5bfc21..0d247f75fce624cc1e194214ccfe41f126ce22a5 100644
|
| --- a/Source/bindings/tests/results/core/V8TestDictionary.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestDictionary.cpp
|
| @@ -9,9 +9,9 @@
|
|
|
| #include "bindings/core/v8/Dictionary.h"
|
| #include "bindings/core/v8/ExceptionState.h"
|
| -#include "bindings/tests/v8/V8TestInterface.h"
|
| -#include "bindings/tests/v8/V8TestInterfaceGarbageCollected.h"
|
| -#include "bindings/tests/v8/V8TestInterfaceWillBeGarbageCollected.h"
|
| +#include "bindings/core/v8/V8TestInterface.h"
|
| +#include "bindings/core/v8/V8TestInterfaceGarbageCollected.h"
|
| +#include "bindings/core/v8/V8TestInterfaceWillBeGarbageCollected.h"
|
|
|
| namespace blink {
|
|
|
|
|