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 |