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