Index: Source/modules/webdatabase/SQLTransactionStateMachine.h |
diff --git a/Source/modules/webdatabase/SQLTransactionStateMachine.h b/Source/modules/webdatabase/SQLTransactionStateMachine.h |
index 249970e244ad752b4d368eff34af4d670309b61a..ef38395a48fd1fd5df5a7dbad50a4ff15c3dd005 100644 |
--- a/Source/modules/webdatabase/SQLTransactionStateMachine.h |
+++ b/Source/modules/webdatabase/SQLTransactionStateMachine.h |
@@ -29,7 +29,7 @@ |
#include "modules/webdatabase/SQLTransactionState.h" |
#include "wtf/ThreadSafeRefCounted.h" |
-namespace WebCore { |
+namespace blink { |
template<typename T> |
class SQLTransactionStateMachine { |
@@ -103,6 +103,6 @@ void SQLTransactionStateMachine<T>::runStateMachine() |
} |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // SQLTransactionStateMachine_h |