| Index: Source/WebCore/inspector/InspectorFileSystemAgent.h
 | 
| diff --git a/Source/WebCore/inspector/InspectorFileSystemAgent.h b/Source/WebCore/inspector/InspectorFileSystemAgent.h
 | 
| index 29b158d7d1a12c66f699bfe189f58125cc21d3b9..3c90dfbf7589a09d6bd777ea767e8551e4c00022 100644
 | 
| --- a/Source/WebCore/inspector/InspectorFileSystemAgent.h
 | 
| +++ b/Source/WebCore/inspector/InspectorFileSystemAgent.h
 | 
| @@ -31,8 +31,6 @@
 | 
|  #ifndef InspectorFileSystemAgent_h
 | 
|  #define InspectorFileSystemAgent_h
 | 
|  
 | 
| -#if ENABLE(FILE_SYSTEM)
 | 
| -
 | 
|  #include "InspectorBaseAgent.h"
 | 
|  
 | 
|  #include <wtf/PassOwnPtr.h>
 | 
| @@ -73,5 +71,4 @@ private:
 | 
|  
 | 
|  } // namespace WebCore
 | 
|  
 | 
| -#endif // ENABLE(FILE_SYSTEM)
 | 
|  #endif // InspectorFileSystemAgent_h
 | 
| 
 |