Index: Source/platform/network/ProxyServer.cpp |
diff --git a/Source/platform/network/ProxyServer.cpp b/Source/platform/network/ProxyServer.cpp |
index 2c98ea3d322409b5d7e67fee1e93fda35231a2a9..5b80e510e911b479271e80c5a5da29111dc1053b 100644 |
--- a/Source/platform/network/ProxyServer.cpp |
+++ b/Source/platform/network/ProxyServer.cpp |
@@ -28,7 +28,7 @@ |
#include "wtf/text/StringBuilder.h" |
-namespace WebCore { |
+namespace blink { |
static void appendProxyServerString(StringBuilder& builder, const ProxyServer& proxyServer) |
{ |
@@ -72,4 +72,4 @@ String toString(const Vector<ProxyServer>& proxyServers) |
} |
-} // namespace WebCore |
+} // namespace blink |