| Index: public/webview/WebSocket.h
|
| diff --git a/Source/WebKit/chromium/public/WebSocket.h b/public/webview/WebSocket.h
|
| similarity index 97%
|
| copy from Source/WebKit/chromium/public/WebSocket.h
|
| copy to public/webview/WebSocket.h
|
| index 9bd5fa6d9b71309d9052151f44f1a7deb38c1a3c..5cbad07b4ff35caafe208b153ae674bc690d8e72 100644
|
| --- a/Source/WebKit/chromium/public/WebSocket.h
|
| +++ b/public/webview/WebSocket.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef WebSocket_h
|
| #define WebSocket_h
|
|
|
| -#include "../../../../public/platform/WebCommon.h"
|
| -#include "../../../../public/platform/WebPrivatePtr.h"
|
| +#include "../platform/WebCommon.h"
|
| +#include "../platform/WebPrivatePtr.h"
|
|
|
| namespace WebCore { class WebSocketChannel; }
|
|
|
|
|