| Index: Source/WebCore/platform/AsyncFileSystem.h
 | 
| diff --git a/Source/WebCore/platform/AsyncFileSystem.h b/Source/WebCore/platform/AsyncFileSystem.h
 | 
| index af5c51232a94d5c9d3a82d0245892a2fc568f169..2183d6a63ce76434ec2583442a3a055a22823861 100644
 | 
| --- a/Source/WebCore/platform/AsyncFileSystem.h
 | 
| +++ b/Source/WebCore/platform/AsyncFileSystem.h
 | 
| @@ -31,8 +31,6 @@
 | 
|  #ifndef AsyncFileSystem_h
 | 
|  #define AsyncFileSystem_h
 | 
|  
 | 
| -#if ENABLE(FILE_SYSTEM)
 | 
| -
 | 
|  #include "FileSystemType.h"
 | 
|  #include "KURL.h"
 | 
|  #include "Timer.h"
 | 
| @@ -140,6 +138,4 @@ protected:
 | 
|  
 | 
|  } // namespace WebCore
 | 
|  
 | 
| -#endif // ENABLE(FILE_SYSTEM)
 | 
| -
 | 
|  #endif // AsyncFileSystem_h
 | 
| 
 |