| Index: public/web/WebSocketClient.h
|
| diff --git a/public/web/WebSocketClient.h b/public/web/WebSocketClient.h
|
| index 3d265180412680af2232ad0ae24aeefbef7f375b..35896f82b0b9dfa8d66d74a9abdee8b24e19bf52 100644
|
| --- a/public/web/WebSocketClient.h
|
| +++ b/public/web/WebSocketClient.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "../platform/WebCommon.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebArrayBuffer;
|
| class WebString;
|
| @@ -55,6 +55,6 @@ public:
|
| virtual void didClose(unsigned long bufferedAmount, ClosingHandshakeCompletionStatus, unsigned short code, const WebString& reason) { }
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebSocketClient_h
|
|
|