Index: Source/modules/indexeddb/IDBPendingTransactionMonitor.h |
diff --git a/Source/modules/indexeddb/IDBPendingTransactionMonitor.h b/Source/modules/indexeddb/IDBPendingTransactionMonitor.h |
index 5ed0ffb450f5ac59be994e1cad33fb9166838ad2..3eff46e34a366959e3ab9ce1fcaacbf97a2ac301 100644 |
--- a/Source/modules/indexeddb/IDBPendingTransactionMonitor.h |
+++ b/Source/modules/indexeddb/IDBPendingTransactionMonitor.h |
@@ -31,7 +31,7 @@ |
#include "wtf/PassOwnPtr.h" |
#include "wtf/Vector.h" |
-namespace WebCore { |
+namespace blink { |
class ExecutionContext; |
class IDBTransaction; |
@@ -61,6 +61,6 @@ private: |
TransactionList m_transactions; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // IDBPendingTransactionMonitor_h |