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

Unified Diff: Source/modules/webdatabase/sqlite/SQLiteDatabase.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/sqlite/SQLiteDatabase.cpp
diff --git a/Source/core/platform/sql/SQLiteDatabase.cpp b/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp
similarity index 98%
rename from Source/core/platform/sql/SQLiteDatabase.cpp
rename to Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp
index 531e1426d8ac416029f836f6b4019b0af4cd611e..19a028f268c25e1237e4d8f5361e10e738d96551 100644
--- a/Source/core/platform/sql/SQLiteDatabase.cpp
+++ b/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp
@@ -25,12 +25,12 @@
*/
#include "config.h"
-#include "core/platform/sql/SQLiteDatabase.h"
+#include "modules/webdatabase/sqlite/SQLiteDatabase.h"
#include <sqlite3.h>
#include "platform/Logging.h"
-#include "core/platform/sql/SQLiteFileSystem.h"
-#include "core/platform/sql/SQLiteStatement.h"
+#include "modules/webdatabase/sqlite/SQLiteFileSystem.h"
+#include "modules/webdatabase/sqlite/SQLiteStatement.h"
#include "modules/webdatabase/DatabaseAuthorizer.h"
#include "wtf/text/CString.h"
#include "wtf/text/WTFString.h"
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLiteDatabase.h ('k') | Source/modules/webdatabase/sqlite/SQLiteFileSystem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698