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

Unified Diff: Source/modules/webdatabase/DatabaseTracker.cpp

Issue 25223002: Move core/platform/sql into modules/webdatabase (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Attempt to fix the mac build Created 7 years, 3 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/modules/webdatabase/DatabaseTracker.cpp
diff --git a/Source/modules/webdatabase/DatabaseTracker.cpp b/Source/modules/webdatabase/DatabaseTracker.cpp
index 4f9f8b974797a88181c6bc3ac4838c070406b50e..a89e920847fed17d582fc74cc94c92b012d14bae 100644
--- a/Source/modules/webdatabase/DatabaseTracker.cpp
+++ b/Source/modules/webdatabase/DatabaseTracker.cpp
@@ -32,7 +32,7 @@
#include "modules/webdatabase/DatabaseTracker.h"
#include "core/dom/ScriptExecutionContext.h"
-#include "core/platform/sql/SQLiteFileSystem.h"
+#include "modules/webdatabase/sqlite/SQLiteFileSystem.h"
#include "modules/webdatabase/DatabaseBackendBase.h"
#include "modules/webdatabase/DatabaseBackendContext.h"
#include "modules/webdatabase/DatabaseObserver.h"
« no previous file with comments | « Source/modules/webdatabase/DatabaseBackendBase.cpp ('k') | Source/modules/webdatabase/SQLResultSetRowList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698