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

Unified Diff: Source/modules/websockets/MainThreadWebSocketChannel.cpp

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/MainThreadWebSocketChannel.cpp
diff --git a/Source/modules/websockets/MainThreadWebSocketChannel.cpp b/Source/modules/websockets/MainThreadWebSocketChannel.cpp
index 45b76a33825ea56c9c7c377ca4668b7faa7af6f3..71fafe7e71e906bea387bdd1a5e88be881dfa0b3 100644
--- a/Source/modules/websockets/MainThreadWebSocketChannel.cpp
+++ b/Source/modules/websockets/MainThreadWebSocketChannel.cpp
@@ -55,7 +55,7 @@
#include "wtf/text/StringHash.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
const double TCPMaximumSegmentLifetime = 2 * 60.0;
@@ -875,4 +875,4 @@ void MainThreadWebSocketChannel::trace(Visitor* visitor)
SocketStreamHandleClient::trace(visitor);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/websockets/MainThreadWebSocketChannel.h ('k') | Source/modules/websockets/NewWebSocketChannelImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698