Index: Source/modules/webdatabase/DatabaseAuthorizer.h |
diff --git a/Source/modules/webdatabase/DatabaseAuthorizer.h b/Source/modules/webdatabase/DatabaseAuthorizer.h |
index 44ffbd4424ad709dc2512fbf2245f7bd0c40f7e2..92da16c7f1e0833a7525db1687ff2b0289d20f36 100644 |
--- a/Source/modules/webdatabase/DatabaseAuthorizer.h |
+++ b/Source/modules/webdatabase/DatabaseAuthorizer.h |
@@ -35,7 +35,7 @@ |
#include "wtf/text/StringHash.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
extern const int SQLAuthAllow; |
extern const int SQLAuthDeny; |
@@ -121,6 +121,6 @@ private: |
HashSet<String, CaseFoldingHash> m_whitelistedFunctions; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // DatabaseAuthorizer_h |