Index: Source/modules/webdatabase/DatabaseAuthorizer.cpp |
diff --git a/Source/modules/webdatabase/DatabaseAuthorizer.cpp b/Source/modules/webdatabase/DatabaseAuthorizer.cpp |
index c4577491a7ea2d489dd637b3eac92b305ef6595d..89eedc67fab04bf5e682f1ab8f920175fb12e031 100644 |
--- a/Source/modules/webdatabase/DatabaseAuthorizer.cpp |
+++ b/Source/modules/webdatabase/DatabaseAuthorizer.cpp |
@@ -31,7 +31,7 @@ |
#include "wtf/PassRefPtr.h" |
-namespace WebCore { |
+namespace blink { |
PassRefPtrWillBeRawPtr<DatabaseAuthorizer> DatabaseAuthorizer::create(const String& databaseInfoTableName) |
{ |
@@ -425,4 +425,4 @@ int DatabaseAuthorizer::updateDeletesBasedOnTableName(const String& tableName) |
return allow; |
} |
-} // namespace WebCore |
+} // namespace blink |