| Index: Source/platform/network/ProxyServer.h
|
| diff --git a/Source/platform/network/ProxyServer.h b/Source/platform/network/ProxyServer.h
|
| index ac6439403fad20db28736ff81424e3a94f8efcd5..95e2f159664e6ff540b1ec06251643761d200c2e 100644
|
| --- a/Source/platform/network/ProxyServer.h
|
| +++ b/Source/platform/network/ProxyServer.h
|
| @@ -30,7 +30,7 @@
|
| #include "wtf/Vector.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class KURL;
|
| class NetworkingContext;
|
| @@ -75,6 +75,6 @@ PLATFORM_EXPORT Vector<ProxyServer> proxyServersForURL(const KURL&, const Networ
|
| // http://web.archive.org/web/20060424005037/wp.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html
|
| PLATFORM_EXPORT String toString(const Vector<ProxyServer>&);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ProxyServer_h
|
|
|