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

Unified Diff: Source/modules/webdatabase/sqlite/SQLiteStatement.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/SQLiteStatement.cpp
diff --git a/Source/core/platform/sql/SQLiteStatement.cpp b/Source/modules/webdatabase/sqlite/SQLiteStatement.cpp
similarity index 99%
rename from Source/core/platform/sql/SQLiteStatement.cpp
rename to Source/modules/webdatabase/sqlite/SQLiteStatement.cpp
index 32283ee2f918a3e6ecafb556580a54b4fa963efb..496e8aced59210a154e55d44b47f6f10cba83ca5 100644
--- a/Source/core/platform/sql/SQLiteStatement.cpp
+++ b/Source/modules/webdatabase/sqlite/SQLiteStatement.cpp
@@ -24,11 +24,11 @@
*/
#include "config.h"
-#include "core/platform/sql/SQLiteStatement.h"
+#include "modules/webdatabase/sqlite/SQLiteStatement.h"
#include <sqlite3.h>
#include "platform/Logging.h"
-#include "core/platform/sql/SQLValue.h"
+#include "modules/webdatabase/sqlite/SQLValue.h"
#include "wtf/Assertions.h"
#include "wtf/text/CString.h"
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLiteStatement.h ('k') | Source/modules/webdatabase/sqlite/SQLiteTransaction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698