Index: Source/modules/indexeddb/IDBDatabase.h |
diff --git a/Source/modules/indexeddb/IDBDatabase.h b/Source/modules/indexeddb/IDBDatabase.h |
index 193e3fce51d0f72dee27f19113136fc1e108dc90..6771a12add7123a3df88ea986ae63f0fe543b7fd 100644 |
--- a/Source/modules/indexeddb/IDBDatabase.h |
+++ b/Source/modules/indexeddb/IDBDatabase.h |
@@ -43,7 +43,7 @@ |
#include "wtf/PassRefPtr.h" |
#include "wtf/RefPtr.h" |
-namespace WebCore { |
+namespace blink { |
class DOMError; |
class ExceptionState; |
@@ -155,6 +155,6 @@ private: |
Member<IDBDatabaseCallbacks> m_databaseCallbacks; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // IDBDatabase_h |