Index: Source/modules/webdatabase/ChangeVersionWrapper.h |
diff --git a/Source/modules/webdatabase/ChangeVersionWrapper.h b/Source/modules/webdatabase/ChangeVersionWrapper.h |
index 0cbc7607458d5452c108b88cceedc9aff4198046..838c261d7e706bb890c7c9f0ae5454434e3d4d0b 100644 |
--- a/Source/modules/webdatabase/ChangeVersionWrapper.h |
+++ b/Source/modules/webdatabase/ChangeVersionWrapper.h |
@@ -32,7 +32,7 @@ |
#include "platform/heap/Handle.h" |
#include "wtf/Forward.h" |
-namespace WebCore { |
+namespace blink { |
class SQLErrorData; |
@@ -54,6 +54,6 @@ private: |
OwnPtr<SQLErrorData> m_sqlError; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // ChangeVersionWrapper_h |