Index: Source/modules/indexeddb/DOMWindowIndexedDatabase.h |
diff --git a/Source/modules/indexeddb/DOMWindowIndexedDatabase.h b/Source/modules/indexeddb/DOMWindowIndexedDatabase.h |
index e8e6725fa59d5bb384b106940168f6cdfc02c3e9..876b7ab22c65202b223d0cec62d3690b17fbe264 100644 |
--- a/Source/modules/indexeddb/DOMWindowIndexedDatabase.h |
+++ b/Source/modules/indexeddb/DOMWindowIndexedDatabase.h |
@@ -30,7 +30,7 @@ |
#include "modules/indexeddb/IndexedDBClient.h" |
#include "platform/Supplementable.h" |
-namespace WebCore { |
+namespace blink { |
class IDBFactory; |
class LocalDOMWindow; |
@@ -58,6 +58,6 @@ private: |
PersistentWillBeMember<IDBFactory> m_idbFactory; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // DOMWindowIndexedDatabase_h |