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

Unified Diff: Source/WebKit/chromium/src/AsyncFileSystemChromium.cpp

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/WebKit/chromium/src/AsyncFileSystemChromium.cpp
diff --git a/Source/WebKit/chromium/src/AsyncFileSystemChromium.cpp b/Source/WebKit/chromium/src/AsyncFileSystemChromium.cpp
index 33df99f340a955be04446fbb466e179f7e683e2d..18b487e8a48ce5a5e5f5569a1106886adcf30a72 100644
--- a/Source/WebKit/chromium/src/AsyncFileSystemChromium.cpp
+++ b/Source/WebKit/chromium/src/AsyncFileSystemChromium.cpp
@@ -30,8 +30,6 @@
#include "config.h"
#include "AsyncFileSystemChromium.h"
-#if ENABLE(FILE_SYSTEM)
-
#include "AsyncFileSystemCallbacks.h"
#include "AsyncFileWriterChromium.h"
#include "BlobURL.h"
@@ -187,5 +185,3 @@ void AsyncFileSystemChromium::createSnapshotFileAndReadMetadata(const KURL& path
}
} // namespace WebCore
-
-#endif
« no previous file with comments | « Source/WebKit/chromium/src/AsyncFileSystemChromium.h ('k') | Source/WebKit/chromium/src/AsyncFileWriterChromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698