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

Unified Diff: Source/modules/webdatabase/SQLTransactionCoordinator.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/SQLTransactionCoordinator.cpp
diff --git a/Source/modules/webdatabase/SQLTransactionCoordinator.cpp b/Source/modules/webdatabase/SQLTransactionCoordinator.cpp
index 75b59a8796a098b278c9cf761e70d65694a57f46..06943bafe6210be2bdae3093aec9c4ce6c3b76d4 100644
--- a/Source/modules/webdatabase/SQLTransactionCoordinator.cpp
+++ b/Source/modules/webdatabase/SQLTransactionCoordinator.cpp
@@ -35,7 +35,7 @@
#include "modules/webdatabase/DatabaseBackend.h"
#include "modules/webdatabase/SQLTransactionBackend.h"
-namespace WebCore {
+namespace blink {
static String getDatabaseIdentifier(SQLTransactionBackend* transaction)
{
@@ -151,4 +151,4 @@ void SQLTransactionCoordinator::shutdown()
m_coordinationInfoMap.clear();
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/webdatabase/SQLTransactionCoordinator.h ('k') | Source/modules/webdatabase/SQLTransactionErrorCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698