| Index: Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp
|
| diff --git a/Source/core/platform/sql/chromium/SQLiteFileSystemChromium.cpp b/Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp
|
| similarity index 98%
|
| rename from Source/core/platform/sql/chromium/SQLiteFileSystemChromium.cpp
|
| rename to Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp
|
| index 0673127a9038bf07fd026bd273ebd578f88aa33b..3b6fed9e64a831f2b933edd492f2d63371dd0735 100644
|
| --- a/Source/core/platform/sql/chromium/SQLiteFileSystemChromium.cpp
|
| +++ b/Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp
|
| @@ -29,7 +29,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/sql/SQLiteFileSystem.h"
|
| +#include "modules/webdatabase/sqlite/SQLiteFileSystem.h"
|
|
|
| #include <sqlite3.h>
|
| #include "public/platform/Platform.h"
|
|
|