| Index: Source/WebCore/inspector/InspectorFileSystemAgent.h
|
| diff --git a/Source/WebCore/inspector/InspectorFileSystemAgent.h b/Source/WebCore/inspector/InspectorFileSystemAgent.h
|
| index beb2c9957377a129f737bc50c9a2f030e323ddb9..29b158d7d1a12c66f699bfe189f58125cc21d3b9 100644
|
| --- a/Source/WebCore/inspector/InspectorFileSystemAgent.h
|
| +++ b/Source/WebCore/inspector/InspectorFileSystemAgent.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef InspectorFileSystemAgent_h
|
| #define InspectorFileSystemAgent_h
|
|
|
| -#if ENABLE(INSPECTOR) && ENABLE(FILE_SYSTEM)
|
| +#if ENABLE(FILE_SYSTEM)
|
|
|
| #include "InspectorBaseAgent.h"
|
|
|
| @@ -73,5 +73,5 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(INSPECTOR) && ENABLE(FILE_SYSTEM)
|
| +#endif // ENABLE(FILE_SYSTEM)
|
| #endif // InspectorFileSystemAgent_h
|
|
|