| Index: Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp
|
| diff --git a/Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp b/Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp
|
| index 498759e29c6acbdcfc4b9a001e6d0581140c5c1b..50df23617da0de3a9103e9655e04250ef3ff1ad6 100644
|
| --- a/Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp
|
| +++ b/Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp
|
| @@ -38,7 +38,7 @@
|
| #include <string.h>
|
| #include <unistd.h>
|
|
|
| -using namespace WebCore;
|
| +using namespace blink;
|
|
|
| // Defined in Chromium's codebase in third_party/sqlite/src/os_unix.c
|
| extern "C" {
|
| @@ -166,7 +166,7 @@ void* chromiumDlOpen(sqlite3_vfs*, const char*)
|
|
|
| } // namespace
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| void SQLiteFileSystem::registerSQLiteVFS()
|
| {
|
| @@ -194,4 +194,4 @@ void SQLiteFileSystem::registerSQLiteVFS()
|
| sqlite3_vfs_register(&chromium_vfs, 0);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|