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

Unified Diff: Source/modules/webdatabase/sqlite/SQLValue.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/SQLValue.cpp
diff --git a/Source/core/platform/sql/SQLValue.cpp b/Source/modules/webdatabase/sqlite/SQLValue.cpp
similarity index 97%
rename from Source/core/platform/sql/SQLValue.cpp
rename to Source/modules/webdatabase/sqlite/SQLValue.cpp
index bba0b4e16389f0cf79db72ea091f3d58a624409f..8161c0faac9c98b5a70ed30804bd222ae0d89ed9 100644
--- a/Source/core/platform/sql/SQLValue.cpp
+++ b/Source/modules/webdatabase/sqlite/SQLValue.cpp
@@ -27,7 +27,7 @@
*/
#include "config.h"
-#include "core/platform/sql/SQLValue.h"
+#include "modules/webdatabase/sqlite/SQLValue.h"
namespace WebCore {
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLValue.h ('k') | Source/modules/webdatabase/sqlite/SQLiteAuthorizer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698