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