| Index: Source/platform/network/WebSocketHandshakeResponse.h
|
| diff --git a/Source/platform/network/WebSocketHandshakeResponse.h b/Source/platform/network/WebSocketHandshakeResponse.h
|
| index f37c212ada331b1641fc1dda7be151abc8237ba7..594d03ebc8d257facae193f6e1d58d8f56c641d8 100644
|
| --- a/Source/platform/network/WebSocketHandshakeResponse.h
|
| +++ b/Source/platform/network/WebSocketHandshakeResponse.h
|
| @@ -35,7 +35,7 @@
|
| #include "wtf/Forward.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT WebSocketHandshakeResponse {
|
| public:
|
| @@ -59,6 +59,6 @@ private:
|
| String m_headersText;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // WebSocketHandshakeResponse_h
|
|
|