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

Unified Diff: Source/modules/websockets/MainThreadWebSocketChannel.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/MainThreadWebSocketChannel.h
diff --git a/Source/modules/websockets/MainThreadWebSocketChannel.h b/Source/modules/websockets/MainThreadWebSocketChannel.h
index ab63f735399963507c0f29ac05d5d082c8751b46..8f68a7c53ac00a6d539a3a6892a6fb606fb462c5 100644
--- a/Source/modules/websockets/MainThreadWebSocketChannel.h
+++ b/Source/modules/websockets/MainThreadWebSocketChannel.h
@@ -47,7 +47,7 @@
#include "wtf/Vector.h"
#include "wtf/text/CString.h"
-namespace WebCore {
+namespace blink {
class BlobDataHandle;
class Document;
@@ -248,6 +248,6 @@ private:
WebSocketDeflateFramer m_deflateFramer;
};
-} // namespace WebCore
+} // namespace blink
#endif // MainThreadWebSocketChannel_h
« no previous file with comments | « Source/modules/websockets/DOMWebSocketTest.cpp ('k') | Source/modules/websockets/MainThreadWebSocketChannel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698