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

Unified Diff: Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.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/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp
diff --git a/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp b/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp
index 007c4eff6bc365b092b4439787623265dc00b363..c94b5dc7f34828877a0328919260e8f0a8148069 100644
--- a/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp
+++ b/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp
@@ -33,7 +33,7 @@
#include "modules/indexeddb/IDBFactory.h"
#include "modules/indexeddb/IndexedDBClient.h"
-namespace WebCore {
+namespace blink {
WorkerGlobalScopeIndexedDatabase::WorkerGlobalScopeIndexedDatabase()
{
@@ -76,4 +76,4 @@ void WorkerGlobalScopeIndexedDatabase::trace(Visitor* visitor)
WillBeHeapSupplement<WorkerGlobalScope>::trace(visitor);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h ('k') | Source/modules/mediasource/HTMLVideoElementMediaSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698