| Index: public/platform/WebSocketStreamHandleClient.h
|
| diff --git a/public/platform/WebSocketStreamHandleClient.h b/public/platform/WebSocketStreamHandleClient.h
|
| index 4f392411056f2160f1691d48470a2f2807c8c899..066897a9812b9303731b36af720ba8c54af67891 100644
|
| --- a/public/platform/WebSocketStreamHandleClient.h
|
| +++ b/public/platform/WebSocketStreamHandleClient.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "WebCommon.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebData;
|
| class WebSocketStreamError;
|
| @@ -59,6 +59,6 @@ public:
|
| virtual void didFail(WebSocketStreamHandle*, const WebSocketStreamError&) = 0;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|