| Index: Source/WebCore/Modules/filesystem/chromium/DraggedIsolatedFileSystem.h
|
| diff --git a/Source/WebCore/Modules/filesystem/chromium/DraggedIsolatedFileSystem.h b/Source/WebCore/Modules/filesystem/chromium/DraggedIsolatedFileSystem.h
|
| index 2d87d98c2f493c529288e9d4093bf509bd2bd93d..c5265b9ad0a1c55a32c3a521b5eedfc9b44a9a37 100644
|
| --- a/Source/WebCore/Modules/filesystem/chromium/DraggedIsolatedFileSystem.h
|
| +++ b/Source/WebCore/Modules/filesystem/chromium/DraggedIsolatedFileSystem.h
|
| @@ -31,8 +31,6 @@
|
| #ifndef DraggedIsolatedFileSystem_h
|
| #define DraggedIsolatedFileSystem_h
|
|
|
| -#if ENABLE(FILE_SYSTEM)
|
| -
|
| #include "ChromiumDataObject.h"
|
| #include <wtf/Forward.h>
|
| #include <wtf/text/WTFString.h>
|
| @@ -64,6 +62,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(FILE_SYSTEM)
|
| -
|
| #endif // DraggedIsolatedFileSystem_h
|
|
|