| Index: public/webview/WebSocketClient.h
|
| diff --git a/Source/WebKit/chromium/public/WebSocketClient.h b/public/webview/WebSocketClient.h
|
| similarity index 97%
|
| copy from Source/WebKit/chromium/public/WebSocketClient.h
|
| copy to public/webview/WebSocketClient.h
|
| index 1e2c126f4b2de7eaf5142fbc09810a14d48762fb..3d265180412680af2232ad0ae24aeefbef7f375b 100644
|
| --- a/Source/WebKit/chromium/public/WebSocketClient.h
|
| +++ b/public/webview/WebSocketClient.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef WebSocketClient_h
|
| #define WebSocketClient_h
|
|
|
| -#include "../../../../public/platform/WebCommon.h"
|
| +#include "../platform/WebCommon.h"
|
|
|
| namespace WebKit {
|
|
|
|
|