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

Unified Diff: Source/modules/webdatabase/sqlite/SQLiteStatement.h

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.h
diff --git a/Source/core/platform/sql/SQLiteStatement.h b/Source/modules/webdatabase/sqlite/SQLiteStatement.h
similarity index 98%
rename from Source/core/platform/sql/SQLiteStatement.h
rename to Source/modules/webdatabase/sqlite/SQLiteStatement.h
index e8b5c1ec48dcf76e2b1cdae2930bd60c9a7d3fee..14ef4b2edebdae20539d756e52033a776adc28a4 100644
--- a/Source/core/platform/sql/SQLiteStatement.h
+++ b/Source/modules/webdatabase/sqlite/SQLiteStatement.h
@@ -26,7 +26,7 @@
#ifndef SQLiteStatement_h
#define SQLiteStatement_h
-#include "core/platform/sql/SQLiteDatabase.h"
+#include "modules/webdatabase/sqlite/SQLiteDatabase.h"
struct sqlite3_stmt;
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp ('k') | Source/modules/webdatabase/sqlite/SQLiteStatement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698