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

Unified Diff: Source/modules/webdatabase/DatabaseBackend.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/DatabaseBackend.h ('k') | Source/modules/webdatabase/DatabaseBackendBase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/DatabaseBackend.cpp
diff --git a/Source/modules/webdatabase/DatabaseBackend.cpp b/Source/modules/webdatabase/DatabaseBackend.cpp
index 7e18fe47e701791aa978aadeca145ffae7459b16..503db3a0fd878ad92458ba980fa5fbf5df9f299c 100644
--- a/Source/modules/webdatabase/DatabaseBackend.cpp
+++ b/Source/modules/webdatabase/DatabaseBackend.cpp
@@ -38,7 +38,7 @@
#include "modules/webdatabase/SQLTransactionClient.h"
#include "modules/webdatabase/SQLTransactionCoordinator.h"
-namespace WebCore {
+namespace blink {
DatabaseBackend::DatabaseBackend(DatabaseContext* databaseContext, const String& name, const String& expectedVersion, const String& displayName, unsigned long estimatedSize)
: DatabaseBackendBase(databaseContext, name, expectedVersion, displayName, estimatedSize, DatabaseType::Async)
@@ -168,4 +168,4 @@ SQLTransactionCoordinator* DatabaseBackend::transactionCoordinator() const
return databaseContext()->databaseThread()->transactionCoordinator();
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/webdatabase/DatabaseBackend.h ('k') | Source/modules/webdatabase/DatabaseBackendBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698