Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp

Issue 403013002: Rename WebCore to blink in Modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp ('k') | Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698