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

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

Issue 13774005: Remove the ENABLE_SQL_DATABASE compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: python 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
« no previous file with comments | « Source/WebKit/chromium/src/ChromeClientImpl.cpp ('k') | Source/WebKit/chromium/src/WebDatabase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/DatabaseObserver.cpp
diff --git a/Source/WebKit/chromium/src/DatabaseObserver.cpp b/Source/WebKit/chromium/src/DatabaseObserver.cpp
index 607afb43f4b15d64f495d797eb22c2ff7c50dd47..3d1c818202638cd68a49607fc45627b33a882af1 100644
--- a/Source/WebKit/chromium/src/DatabaseObserver.cpp
+++ b/Source/WebKit/chromium/src/DatabaseObserver.cpp
@@ -31,8 +31,6 @@
#include "config.h"
#include "DatabaseObserver.h"
-#if ENABLE(SQL_DATABASE)
-
#include "CrossThreadCopier.h"
#include "CrossThreadTask.h"
#include "DatabaseBackendBase.h"
@@ -227,5 +225,3 @@ void DatabaseObserver::reportVacuumDatabaseResult(DatabaseBackendBase* database,
}
} // namespace WebCore
-
-#endif // ENABLE(SQL_DATABASE)
« no previous file with comments | « Source/WebKit/chromium/src/ChromeClientImpl.cpp ('k') | Source/WebKit/chromium/src/WebDatabase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698