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

Unified Diff: Source/platform/network/WebSocketHandshakeResponse.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
« no previous file with comments | « Source/platform/network/WebSocketHandshakeResponse.h ('k') | Source/platform/plugins/PluginData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/network/WebSocketHandshakeResponse.cpp
diff --git a/Source/platform/network/WebSocketHandshakeResponse.cpp b/Source/platform/network/WebSocketHandshakeResponse.cpp
index 3627cb39bc6b78514eb88299e93b6f781031921b..c5d9892bdcb00b22056f79ad0cb168b01592d0e5 100644
--- a/Source/platform/network/WebSocketHandshakeResponse.cpp
+++ b/Source/platform/network/WebSocketHandshakeResponse.cpp
@@ -35,7 +35,7 @@
#include "wtf/Assertions.h"
#include "wtf/text/AtomicString.h"
-namespace WebCore {
+namespace blink {
WebSocketHandshakeResponse::WebSocketHandshakeResponse()
{
@@ -81,4 +81,4 @@ void WebSocketHandshakeResponse::clearHeaderFields()
m_headerFields.clear();
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/network/WebSocketHandshakeResponse.h ('k') | Source/platform/plugins/PluginData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698