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

Unified Diff: Source/modules/webdatabase/sqlite/SQLiteFileSystem.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/SQLiteFileSystem.cpp
diff --git a/Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp b/Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp
index 0cad590172834343319cf3d25ef582e2ba2e0ba7..99463141241ee115b562e6192b81435da7a71d74 100644
--- a/Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp
+++ b/Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp
@@ -37,7 +37,7 @@
// SQLiteFileSystem::registerSQLiteVFS() is implemented in the
// platform-specific files SQLiteFileSystemChromium{Win|Posix}.cpp
-namespace WebCore {
+namespace blink {
SQLiteFileSystem::SQLiteFileSystem()
{
@@ -52,4 +52,4 @@ int SQLiteFileSystem::openDatabase(const String& filename, sqlite3** database, b
return sqlite3_open_v2(filename.utf8().data(), database, SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE, "chromium_vfs");
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLiteFileSystem.h ('k') | Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698