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

Unified Diff: Source/platform/network/WebSocketHandshakeResponse.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
Index: Source/platform/network/WebSocketHandshakeResponse.h
diff --git a/Source/platform/network/WebSocketHandshakeResponse.h b/Source/platform/network/WebSocketHandshakeResponse.h
index f37c212ada331b1641fc1dda7be151abc8237ba7..594d03ebc8d257facae193f6e1d58d8f56c641d8 100644
--- a/Source/platform/network/WebSocketHandshakeResponse.h
+++ b/Source/platform/network/WebSocketHandshakeResponse.h
@@ -35,7 +35,7 @@
#include "wtf/Forward.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class PLATFORM_EXPORT WebSocketHandshakeResponse {
public:
@@ -59,6 +59,6 @@ private:
String m_headersText;
};
-} // namespace WebCore
+} // namespace blink
#endif // WebSocketHandshakeResponse_h
« no previous file with comments | « Source/platform/network/WebSocketHandshakeRequest.cpp ('k') | Source/platform/network/WebSocketHandshakeResponse.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698