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

Unified Diff: Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.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/SQLiteFileSystemWin.cpp
diff --git a/Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp b/Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp
index ed2b1cb258b8614fc05242f07b56a4b69b172c11..7150107cfae67370cba9a00cd7558e2e5dd315ab 100644
--- a/Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp
+++ b/Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp
@@ -35,7 +35,7 @@
#include <sqlite3.h>
#include "public/platform/Platform.h"
-using namespace WebCore;
+using namespace blink;
// Defined in Chromium's codebase in third_party/sqlite/src/os_win.c
extern "C" {
@@ -138,7 +138,7 @@ void* chromiumDlOpen(sqlite3_vfs*, const char*)
} // namespace
-namespace WebCore {
+namespace blink {
void SQLiteFileSystem::registerSQLiteVFS()
{
@@ -166,4 +166,4 @@ void SQLiteFileSystem::registerSQLiteVFS()
sqlite3_vfs_register(&chromium_vfs, 0);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp ('k') | Source/modules/webdatabase/sqlite/SQLiteStatement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698