Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(884)

Unified Diff: Source/platform/network/ProxyServer.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/network/ParsedContentType.cpp ('k') | Source/platform/network/ProxyServer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/platform/network/ParsedContentType.cpp ('k') | Source/platform/network/ProxyServer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698