| Index: Source/bindings/tests/results/V8TestCallback.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestCallback.cpp b/Source/bindings/tests/results/V8TestCallback.cpp
|
| index 432d26a58b06a836a06cf71668ab501f2c978456..22a5638806f0598bd1263456bb8adcb3af0e46ed 100644
|
| --- a/Source/bindings/tests/results/V8TestCallback.cpp
|
| +++ b/Source/bindings/tests/results/V8TestCallback.cpp
|
| @@ -21,11 +21,11 @@
|
| #include "config.h"
|
| #include "V8TestCallback.h"
|
|
|
| -#include "V8Binding.h"
|
| -#include "V8Callback.h"
|
| #include "V8Class1.h"
|
| #include "V8Class2.h"
|
| #include "V8DOMStringList.h"
|
| +#include "bindings/v8/V8Binding.h"
|
| +#include "bindings/v8/V8Callback.h"
|
| #include "core/dom/ScriptExecutionContext.h"
|
| #include <wtf/GetPtr.h>
|
| #include <wtf/RefCounted.h>
|
|
|