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

Unified Diff: Source/modules/webdatabase/SQLTransactionBackendSync.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/SQLTransactionBackendSync.cpp
diff --git a/Source/modules/webdatabase/SQLTransactionBackendSync.cpp b/Source/modules/webdatabase/SQLTransactionBackendSync.cpp
index b169e7180e23a08490224b473975185886d80931..445791a1e6d5b30f0c79114578558e492bff4c03 100644
--- a/Source/modules/webdatabase/SQLTransactionBackendSync.cpp
+++ b/Source/modules/webdatabase/SQLTransactionBackendSync.cpp
@@ -49,7 +49,7 @@
#include "wtf/PassRefPtr.h"
#include "wtf/RefPtr.h"
-namespace WebCore {
+namespace blink {
SQLTransactionBackendSync::SQLTransactionBackendSync(DatabaseSync* db, PassOwnPtr<SQLTransactionSyncCallback> callback, bool readOnly)
: m_database(db)
@@ -257,4 +257,4 @@ void SQLTransactionBackendSync::rollback()
ASSERT(!m_database->sqliteDatabase().transactionInProgress());
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/webdatabase/SQLTransactionBackendSync.h ('k') | Source/modules/webdatabase/SQLTransactionCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698