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

Unified Diff: Source/modules/websockets/WebSocketPerMessageDeflate.h

Issue 403013002: Rename WebCore to blink in Modules (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/modules/websockets/WebSocketPerMessageDeflate.h
diff --git a/Source/modules/websockets/WebSocketPerMessageDeflate.h b/Source/modules/websockets/WebSocketPerMessageDeflate.h
index 96b7f34bf6fe5349d605f5c7d43da1a2af5b8485..2b3e1ace22b0aeb6b785c4ce2045051363bdf1c9 100644
--- a/Source/modules/websockets/WebSocketPerMessageDeflate.h
+++ b/Source/modules/websockets/WebSocketPerMessageDeflate.h
@@ -37,7 +37,7 @@
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
-namespace WebCore {
+namespace blink {
// WebSocketPerMessageDeflate is a deflater / inflater for a WebSocket message with DEFLATE algorithm.
// See http://tools.ietf.org/html/draft-ietf-hybi-permessage-compression-08
« no previous file with comments | « Source/modules/websockets/WebSocketHandshake.cpp ('k') | Source/modules/websockets/WebSocketPerMessageDeflate.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698