Index: Source/platform/weborigin/SchemeRegistry.cpp |
diff --git a/Source/platform/weborigin/SchemeRegistry.cpp b/Source/platform/weborigin/SchemeRegistry.cpp |
index 96cc09357431a742dd93683a9a45875050dee0c3..079beaab71dbdbd1f901fdab5c3939b503c0c223 100644 |
--- a/Source/platform/weborigin/SchemeRegistry.cpp |
+++ b/Source/platform/weborigin/SchemeRegistry.cpp |
@@ -30,7 +30,7 @@ |
#include "wtf/MainThread.h" |
#include "wtf/text/StringBuilder.h" |
-namespace WebCore { |
+namespace blink { |
static URLSchemesMap& localURLSchemes() |
{ |
@@ -291,4 +291,4 @@ bool SchemeRegistry::schemeShouldBypassContentSecurityPolicy(const String& schem |
return ContentSecurityPolicyBypassingSchemes().contains(scheme); |
} |
-} // namespace WebCore |
+} // namespace blink |