| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackInterface.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackInterface.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackInterface.h
|
| index 63f4d9a31eaf0e26b5afccc42c83123ee5d05a7c..7dfa4919e037d802b28a5d7ce2e09cbc638e497a 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackInterface.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackInterface.h
|
| @@ -12,10 +12,10 @@
|
| #ifndef V8TestCallbackInterface_h
|
| #define V8TestCallbackInterface_h
|
|
|
| -#include "bindings/core/v8/DOMWrapperWorld.h"
|
| -#include "bindings/core/v8/ScopedPersistent.h"
|
| #include "bindings/tests/idls/core/TestCallbackInterface.h"
|
| #include "core/CoreExport.h"
|
| +#include "platform/bindings/DOMWrapperWorld.h"
|
| +#include "platform/bindings/ScopedPersistent.h"
|
|
|
| namespace blink {
|
|
|
|
|