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