| Index: public/web/WebNode.h
|
| diff --git a/public/web/WebNode.h b/public/web/WebNode.h
|
| index 4afdbcb07b322c8d96dfca73321d685cf82d80b6..3db274dbc7b32938958483832d8109907669f31c 100644
|
| --- a/public/web/WebNode.h
|
| +++ b/public/web/WebNode.h
|
| @@ -31,10 +31,10 @@
|
| #ifndef WebNode_h
|
| #define WebNode_h
|
|
|
| -#include "../platform/WebCommon.h"
|
| -#include "../platform/WebPrivatePtr.h"
|
| -#include "../platform/WebString.h"
|
| #include "WebExceptionCode.h"
|
| +#include "public/platform/WebCommon.h"
|
| +#include "public/platform/WebPrivatePtr.h"
|
| +#include "public/platform/WebString.h"
|
|
|
| namespace WebCore { class Node; }
|
|
|
|
|