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

Unified Diff: Source/modules/webdatabase/SQLTransactionStateMachine.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/SQLTransactionStateMachine.cpp
diff --git a/Source/modules/webdatabase/SQLTransactionStateMachine.cpp b/Source/modules/webdatabase/SQLTransactionStateMachine.cpp
index 2aa1ecc245b95f6a7211338de276f9a05681cfbd..9e602bf532d3a71f6e700378617a4298cceab40d 100644
--- a/Source/modules/webdatabase/SQLTransactionStateMachine.cpp
+++ b/Source/modules/webdatabase/SQLTransactionStateMachine.cpp
@@ -29,7 +29,7 @@
#include "platform/Logging.h"
#include "wtf/Assertions.h"
-namespace WebCore {
+namespace blink {
#if !LOG_DISABLED
const char* nameForSQLTransactionState(SQLTransactionState state)
@@ -67,4 +67,4 @@ const char* nameForSQLTransactionState(SQLTransactionState state)
}
#endif
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/webdatabase/SQLTransactionStateMachine.h ('k') | Source/modules/webdatabase/SQLTransactionSync.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698