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

Unified Diff: Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.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/ThreadableWebSocketChannelClientWrapper.h
diff --git a/Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.h b/Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.h
index 63adc7fb3d63029aac6fabcc886120971d33c441..68c628ddc036208a1888ee00ecc904d093cee8a7 100644
--- a/Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.h
+++ b/Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.h
@@ -38,7 +38,7 @@
#include "wtf/ThreadSafeRefCounted.h"
#include "wtf/Vector.h"
-namespace WebCore {
+namespace blink {
class ThreadableWebSocketChannelClientWrapper : public ThreadSafeRefCountedWillBeGarbageCollected<ThreadableWebSocketChannelClientWrapper> {
public:
@@ -62,6 +62,6 @@ private:
RawPtrWillBeMember<WebSocketChannelClient> m_client;
};
-} // namespace WebCore
+} // namespace blink
#endif // ThreadableWebSocketChannelClientWrapper_h

Powered by Google App Engine
This is Rietveld 408576698