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

Unified Diff: Source/modules/webdatabase/DatabaseBackendBase.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
« no previous file with comments | « Source/modules/webdatabase/DatabaseBackendBase.h ('k') | Source/modules/webdatabase/DatabaseBackendSync.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/DatabaseBackendBase.cpp
diff --git a/Source/modules/webdatabase/DatabaseBackendBase.cpp b/Source/modules/webdatabase/DatabaseBackendBase.cpp
index c5e5f9b7e7df058a75775052d3f5c55d906b174e..034db9a1abe4100e8a7d73c4a4193cd2778f70e1 100644
--- a/Source/modules/webdatabase/DatabaseBackendBase.cpp
+++ b/Source/modules/webdatabase/DatabaseBackendBase.cpp
@@ -79,7 +79,7 @@
// The ref counting mechanims will automatically destruct the un-added
// (and un-returned) databases instances.
-namespace WebCore {
+namespace blink {
static const char versionKey[] = "WebKitDatabaseVersionKey";
static const char infoTableName[] = "__WebKitDatabaseInfoTable__";
@@ -672,4 +672,4 @@ ExecutionContext* DatabaseBackendBase::executionContext() const
return databaseContext()->executionContext();
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/webdatabase/DatabaseBackendBase.h ('k') | Source/modules/webdatabase/DatabaseBackendSync.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698