| 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;
|
|
|
|
|