| 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
|
|
|