Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / weborigin / KnownPorts.h
index 482a046..338b536 100644 (file)
 #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