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

Unified Diff: Source/WebCore/platform/AsyncFileSystem.cpp

Issue 13497009: Remove ENABLE(FILE_SYSTEM) compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/platform/AsyncFileSystem.cpp
diff --git a/Source/WebCore/platform/AsyncFileSystem.cpp b/Source/WebCore/platform/AsyncFileSystem.cpp
index 56bc71c749186378bce4b13242aae81df6dab9ef..49a54d9a18dce428873f4e173b64bde53f6bfd28 100644
--- a/Source/WebCore/platform/AsyncFileSystem.cpp
+++ b/Source/WebCore/platform/AsyncFileSystem.cpp
@@ -31,8 +31,6 @@
#include "config.h"
#include "AsyncFileSystem.h"
-#if ENABLE(FILE_SYSTEM)
-
#include "AsyncFileSystemCallbacks.h"
#include "ExceptionCode.h"
#include "NotImplemented.h"
@@ -60,5 +58,3 @@ void AsyncFileSystem::deleteFileSystem(const String& basePath, const String& sto
#endif
} // namespace
-
-#endif // ENABLE(FILE_SYSTEM)

Powered by Google App Engine
This is Rietveld 408576698