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

Unified Diff: Source/modules/websockets/WebSocketChannel.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
« no previous file with comments | « Source/modules/websockets/WebSocketChannel.h ('k') | Source/modules/websockets/WebSocketChannelClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/websockets/WebSocketChannel.cpp
diff --git a/Source/modules/websockets/WebSocketChannel.cpp b/Source/modules/websockets/WebSocketChannel.cpp
index e152aeb187b5feb11c34ae03110dc0bbac64829c..746c5f93e17b3a7cd1dbab0d4066c96048a41aed 100644
--- a/Source/modules/websockets/WebSocketChannel.cpp
+++ b/Source/modules/websockets/WebSocketChannel.cpp
@@ -46,7 +46,7 @@
#include "modules/websockets/WorkerThreadableWebSocketChannel.h"
#include "platform/RuntimeEnabledFeatures.h"
-namespace WebCore {
+namespace blink {
PassRefPtrWillBeRawPtr<WebSocketChannel> WebSocketChannel::create(ExecutionContext* context, WebSocketChannelClient* client)
{
@@ -73,4 +73,4 @@ PassRefPtrWillBeRawPtr<WebSocketChannel> WebSocketChannel::create(ExecutionConte
return MainThreadWebSocketChannel::create(document, client, sourceURL, lineNumber);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/websockets/WebSocketChannel.h ('k') | Source/modules/websockets/WebSocketChannelClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698