Index: Source/modules/webdatabase/sqlite/SQLValue.h |
diff --git a/Source/modules/webdatabase/sqlite/SQLValue.h b/Source/modules/webdatabase/sqlite/SQLValue.h |
index 170ca2b56f5828e135e3411e55f30eb5e0ebed42..79792e10a8e003d054b22216a89c56374606c102 100644 |
--- a/Source/modules/webdatabase/sqlite/SQLValue.h |
+++ b/Source/modules/webdatabase/sqlite/SQLValue.h |
@@ -31,7 +31,7 @@ |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class SQLValue { |
public: |
@@ -53,6 +53,6 @@ private: |
String m_string; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif |