| Index: Source/modules/indexeddb/IndexedDBClient.h
|
| diff --git a/Source/modules/indexeddb/IndexedDBClient.h b/Source/modules/indexeddb/IndexedDBClient.h
|
| index 8a2afbe8a7cfff10a7d350997c2d3e61d41d4285..c1010e8b666d34febdb95962ff6de4daa0195d2e 100644
|
| --- a/Source/modules/indexeddb/IndexedDBClient.h
|
| +++ b/Source/modules/indexeddb/IndexedDBClient.h
|
| @@ -31,7 +31,7 @@
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ExecutionContext;
|
|
|
| @@ -47,6 +47,6 @@ typedef IndexedDBClient* CreateIndexedDBClient();
|
|
|
| void setIndexedDBClientCreateFunction(CreateIndexedDBClient);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // IndexedDBClient_h
|
|
|