Index: Source/platform/weborigin/SchemeRegistry.h |
diff --git a/Source/platform/weborigin/SchemeRegistry.h b/Source/platform/weborigin/SchemeRegistry.h |
index 680e31e41a7dd19c7d354da2f5e666c980a2f0e1..6214220657ef7ba08b0d58391cd51ed14800be11 100644 |
--- a/Source/platform/weborigin/SchemeRegistry.h |
+++ b/Source/platform/weborigin/SchemeRegistry.h |
@@ -32,7 +32,7 @@ |
#include "wtf/text/StringHash.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
typedef HashSet<String, CaseFoldingHash> URLSchemesMap; |
@@ -88,6 +88,6 @@ public: |
static bool schemeShouldBypassContentSecurityPolicy(const String& scheme); |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // SchemeRegistry_h |