| Index: public/web/WebSocket.h
|
| diff --git a/public/web/WebSocket.h b/public/web/WebSocket.h
|
| index 589a5098000ca9954900c3b8a67b9e12d640003e..c5d69926f7913c3cb8c75981c17cb8509ca51758 100644
|
| --- a/public/web/WebSocket.h
|
| +++ b/public/web/WebSocket.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef WebSocket_h
|
| #define WebSocket_h
|
|
|
| -#include "../platform/WebCommon.h"
|
| -#include "../platform/WebPrivatePtr.h"
|
| +#include "public/platform/WebCommon.h"
|
| +#include "public/platform/WebPrivatePtr.h"
|
|
|
| namespace WebCore { class WebSocketChannel; }
|
|
|
|
|