Index: Source/modules/indexeddb/IDBAny.h |
diff --git a/Source/modules/indexeddb/IDBAny.h b/Source/modules/indexeddb/IDBAny.h |
index 6299949b0924204bf46f794ef835ea7cf1da8fbe..6c9717e37a456973de8ee02e17b5bfe73ef0b58a 100644 |
--- a/Source/modules/indexeddb/IDBAny.h |
+++ b/Source/modules/indexeddb/IDBAny.h |
@@ -39,7 +39,7 @@ class WebBlobInfo; |
} |
-namespace WebCore { |
+namespace blink { |
class DOMStringList; |
class IDBCursor; |
@@ -152,6 +152,6 @@ private: |
const int64_t m_integer; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // IDBAny_h |