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

Unified Diff: Source/modules/webdatabase/sqlite/SQLiteTransaction.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
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLiteTransaction.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/sqlite/SQLiteTransaction.cpp
diff --git a/Source/core/platform/sql/SQLiteTransaction.cpp b/Source/modules/webdatabase/sqlite/SQLiteTransaction.cpp
similarity index 96%
rename from Source/core/platform/sql/SQLiteTransaction.cpp
rename to Source/modules/webdatabase/sqlite/SQLiteTransaction.cpp
index c319d47810e54d19c11605bb95bdf51da584b555..9eac5a3631ff2b872e311e78a9289188a0a5c79c 100644
--- a/Source/core/platform/sql/SQLiteTransaction.cpp
+++ b/Source/modules/webdatabase/sqlite/SQLiteTransaction.cpp
@@ -24,9 +24,9 @@
*/
#include "config.h"
-#include "core/platform/sql/SQLiteTransaction.h"
+#include "modules/webdatabase/sqlite/SQLiteTransaction.h"
-#include "core/platform/sql/SQLiteDatabase.h"
+#include "modules/webdatabase/sqlite/SQLiteDatabase.h"
namespace WebCore {
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLiteTransaction.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698