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

Unified Diff: Source/platform/network/WebSocketHandshakeRequest.cpp

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
Index: Source/platform/network/WebSocketHandshakeRequest.cpp
diff --git a/Source/platform/network/WebSocketHandshakeRequest.cpp b/Source/platform/network/WebSocketHandshakeRequest.cpp
index c3cd5cca6f33d434ac71677d28c807d90ff1ab30..19bf65c54c18f0b02ba910cd6f8b06dd8f13ddec 100644
--- a/Source/platform/network/WebSocketHandshakeRequest.cpp
+++ b/Source/platform/network/WebSocketHandshakeRequest.cpp
@@ -31,7 +31,7 @@
#include "config.h"
#include "platform/network/WebSocketHandshakeRequest.h"
-namespace WebCore {
+namespace blink {
WebSocketHandshakeRequest::WebSocketHandshakeRequest(const KURL& url) : m_url(url)
{
@@ -59,4 +59,4 @@ void WebSocketHandshakeRequest::addAndMergeHeader(HTTPHeaderMap* map, const Atom
}
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/network/WebSocketHandshakeRequest.h ('k') | Source/platform/network/WebSocketHandshakeResponse.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698