Index: Source/modules/webdatabase/SQLTransaction.h |
diff --git a/Source/modules/webdatabase/SQLTransaction.h b/Source/modules/webdatabase/SQLTransaction.h |
index 43d69fca616fb0fe53fc301aced05de56203d597..dbcae2f42ca1acd040ae499f6ea832d0c5f275c4 100644 |
--- a/Source/modules/webdatabase/SQLTransaction.h |
+++ b/Source/modules/webdatabase/SQLTransaction.h |
@@ -38,7 +38,7 @@ |
#include "wtf/PassRefPtr.h" |
#include "wtf/RefPtr.h" |
-namespace WebCore { |
+namespace blink { |
class AbstractSQLTransactionBackend; |
class Database; |
@@ -109,6 +109,6 @@ private: |
bool m_readOnly; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // SQLTransaction_h |