| Index: Source/modules/indexeddb/IDBFactory.h
|
| diff --git a/Source/modules/indexeddb/IDBFactory.h b/Source/modules/indexeddb/IDBFactory.h
|
| index 2f3ea0d541e2c4515f3621eadcb6d67a57adf9e9..bf251ae7d718bca5a4b9b602f97c7bb9a8ccfd00 100644
|
| --- a/Source/modules/indexeddb/IDBFactory.h
|
| +++ b/Source/modules/indexeddb/IDBFactory.h
|
| @@ -34,7 +34,7 @@
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ExceptionState;
|
| class IDBKey;
|
| @@ -66,6 +66,6 @@ private:
|
| Member<IndexedDBClient> m_permissionClient;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // IDBFactory_h
|
|
|