| Index: Source/modules/filesystem/DirectoryEntry.h
|
| diff --git a/Source/modules/filesystem/DirectoryEntry.h b/Source/modules/filesystem/DirectoryEntry.h
|
| index 50381f085fe126a632d9866abbe3f3a5ac5bf18b..f209dea3a0429bbee7f36dddea378b294c1a49c1 100644
|
| --- a/Source/modules/filesystem/DirectoryEntry.h
|
| +++ b/Source/modules/filesystem/DirectoryEntry.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef DirectoryEntry_h
|
| #define DirectoryEntry_h
|
|
|
| -#include "heap/Handle.h"
|
| #include "modules/filesystem/Entry.h"
|
| #include "modules/filesystem/FileSystemFlags.h"
|
| +#include "platform/heap/Handle.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/text/WTFString.h"
|
|
|