| Index: Source/WebCore/Modules/filesystem/EntryArraySync.h
 | 
| diff --git a/Source/WebCore/Modules/filesystem/EntryArraySync.h b/Source/WebCore/Modules/filesystem/EntryArraySync.h
 | 
| index 46cf409111eced233d87bf86f32f0757021050a6..fcb1befdb18c2a931d1b7927128a9036f3ddac38 100644
 | 
| --- a/Source/WebCore/Modules/filesystem/EntryArraySync.h
 | 
| +++ b/Source/WebCore/Modules/filesystem/EntryArraySync.h
 | 
| @@ -31,8 +31,6 @@
 | 
|  #ifndef EntryArraySync_h
 | 
|  #define EntryArraySync_h
 | 
|  
 | 
| -#if ENABLE(FILE_SYSTEM)
 | 
| -
 | 
|  #include "EntrySync.h"
 | 
|  #include <wtf/PassRefPtr.h>
 | 
|  #include <wtf/RefCounted.h>
 | 
| @@ -65,6 +63,4 @@ private:
 | 
|  
 | 
|  }
 | 
|  
 | 
| -#endif // ENABLE(FILE_SYSTEM)
 | 
| -
 | 
|  #endif // EntryArraySync_h
 | 
| 
 |