Index: Source/platform/weborigin/KnownPorts.h |
diff --git a/Source/platform/weborigin/KnownPorts.h b/Source/platform/weborigin/KnownPorts.h |
index 482a046ff478ba4408f9e281a6124d385e8517b4..338b5362d01e366d6c5e091432e012ccb14b5ac6 100644 |
--- a/Source/platform/weborigin/KnownPorts.h |
+++ b/Source/platform/weborigin/KnownPorts.h |
@@ -29,13 +29,13 @@ |
#include "platform/PlatformExport.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class KURL; |
PLATFORM_EXPORT bool isDefaultPortForProtocol(unsigned short port, const String& protocol); |
PLATFORM_EXPORT bool portAllowed(const KURL&); // Blacklist ports that should never be used for Web resources. |
-} // namespace WebCore |
+} // namespace blink |
#endif // KnownPorts_h |