Index: Source/platform/weborigin/DatabaseIdentifier.cpp |
diff --git a/Source/platform/weborigin/DatabaseIdentifier.cpp b/Source/platform/weborigin/DatabaseIdentifier.cpp |
index a85edaf12fa1f13bd5ab750504a3b07eafd5e115..2fc2c0aebe6cf675b8e861d659527a5a5e812a24 100644 |
--- a/Source/platform/weborigin/DatabaseIdentifier.cpp |
+++ b/Source/platform/weborigin/DatabaseIdentifier.cpp |
@@ -39,7 +39,7 @@ |
#include "wtf/StdLibExtras.h" |
#include "wtf/text/StringBuilder.h" |
-namespace WebCore { |
+namespace blink { |
const int maxAllowedPort = 65535; |
@@ -102,4 +102,4 @@ String createDatabaseIdentifierFromSecurityOrigin(const SecurityOrigin* security |
return securityOrigin->protocol() + separatorString + securityOrigin->host() + separatorString + String::number(securityOrigin->port()); |
} |
-} // namespace WebCore |
+} // namespace blink |