| Index: Source/bindings/v8/custom/V8EntryCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8EntryCustom.cpp b/Source/bindings/v8/custom/V8EntryCustom.cpp
|
| index 98fc46d1cbf627fdf641ae9758f24bd0dec6cda5..e74cf3142400682ee63ba87ede5b409d797cbf1b 100644
|
| --- a/Source/bindings/v8/custom/V8EntryCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8EntryCustom.cpp
|
| @@ -29,11 +29,11 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "V8Entry.h"
|
| +#include "bindings/modules/v8/V8Entry.h"
|
|
|
| -#include "V8Attr.h"
|
| -#include "V8DirectoryEntry.h"
|
| -#include "V8FileEntry.h"
|
| +#include "bindings/core/v8/V8Attr.h"
|
| +#include "bindings/modules/v8/V8DirectoryEntry.h"
|
| +#include "bindings/modules/v8/V8FileEntry.h"
|
| #include "bindings/v8/V8Binding.h"
|
| #include "wtf/RefPtr.h"
|
|
|
|
|