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

Unified Diff: Source/platform/network/SocketStreamHandleInternal.h

Issue 400543004: Rename WebCore namespace to blink in Platform (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/platform/network/SocketStreamHandleInternal.h
diff --git a/Source/platform/network/SocketStreamHandleInternal.h b/Source/platform/network/SocketStreamHandleInternal.h
index ba2d0b7a70a534ef607c6f43a66ae70fbb4db426..01c350642ffe73a4df76796b5d786fe883aa4f03 100644
--- a/Source/platform/network/SocketStreamHandleInternal.h
+++ b/Source/platform/network/SocketStreamHandleInternal.h
@@ -42,7 +42,7 @@ class WebSocketStreamError;
class WebSocketStreamHandle;
}
-namespace WebCore {
+namespace blink {
class PLATFORM_EXPORT SocketStreamHandleInternal : public NoBaseWillBeGarbageCollectedFinalized<SocketStreamHandleInternal>, public blink::WebSocketStreamHandleClient {
WTF_MAKE_NONCOPYABLE(SocketStreamHandleInternal);
@@ -81,6 +81,6 @@ private:
int m_pendingAmountSent;
};
-} // namespace WebCore
+} // namespace blink
#endif // SocketStreamHandleInternal_h
« no previous file with comments | « Source/platform/network/SocketStreamHandleClient.h ('k') | Source/platform/network/WebSocketHandshakeRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698