Index: Source/modules/indexeddb/IDBObjectStore.h |
diff --git a/Source/modules/indexeddb/IDBObjectStore.h b/Source/modules/indexeddb/IDBObjectStore.h |
index 40a4fd37fe8fe7e07151c6a93576cfc6d14fb2a9..e325f6e8f1ff2f8a7ff76e5f846a3bf018edead0 100644 |
--- a/Source/modules/indexeddb/IDBObjectStore.h |
+++ b/Source/modules/indexeddb/IDBObjectStore.h |
@@ -43,7 +43,7 @@ |
#include "wtf/RefPtr.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class DOMStringList; |
class IDBAny; |
@@ -125,6 +125,6 @@ private: |
IDBIndexMap m_indexMap; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // IDBObjectStore_h |