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

Unified Diff: Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h

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.h
diff --git a/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h b/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h
index 9d7a272cc04b83ee51c82e8e3516ea60ba6954e6..92aab2f68912a3f4953a6a6e259c1a1718bfa220 100644
--- a/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h
+++ b/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h
@@ -29,7 +29,7 @@
#include "platform/Supplementable.h"
-namespace WebCore {
+namespace blink {
class IDBFactory;
class IndexedDBClient;
@@ -55,6 +55,6 @@ private:
PersistentWillBeMember<IDBFactory> m_idbFactory;
};
-} // namespace WebCore
+} // namespace blink
#endif // WorkerGlobalScopeIndexedDatabase_h

Powered by Google App Engine
This is Rietveld 408576698