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

Unified Diff: Source/modules/websockets/NewWebSocketChannelImpl.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/NewWebSocketChannelImpl.h
diff --git a/Source/modules/websockets/NewWebSocketChannelImpl.h b/Source/modules/websockets/NewWebSocketChannelImpl.h
index cbad3f15c8eabbb9718ad6468ba7b11a6d485bd4..6a6019ddd1713d1b3151c2ec049cb22cb9e367be 100644
--- a/Source/modules/websockets/NewWebSocketChannelImpl.h
+++ b/Source/modules/websockets/NewWebSocketChannelImpl.h
@@ -57,7 +57,7 @@ class WebSocketHandshakeResponseInfo;
} // namespace blink
-namespace WebCore {
+namespace blink {
class Document;
class WebSocketHandshakeRequest;
@@ -195,6 +195,6 @@ private:
static const int64_t receivedDataSizeForFlowControlHighWaterMark = 1 << 15;
};
-} // namespace WebCore
+} // namespace blink
#endif // NewWebSocketChannelImpl_h
« no previous file with comments | « Source/modules/websockets/MainThreadWebSocketChannel.cpp ('k') | Source/modules/websockets/NewWebSocketChannelImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698