Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: Source/WebCore/Modules/filesystem/chromium/DraggedIsolatedFileSystem.h

Issue 13497009: Remove ENABLE(FILE_SYSTEM) compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: added CodeGeneratorInspector.py change Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698