summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/public/web/WebNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/public/web/WebNode.h')
-rw-r--r--third_party/WebKit/public/web/WebNode.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/third_party/WebKit/public/web/WebNode.h b/third_party/WebKit/public/web/WebNode.h
index d82594c..1685d4e 100644
--- a/third_party/WebKit/public/web/WebNode.h
+++ b/third_party/WebKit/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"
+#include "public/web/WebExceptionCode.h"
namespace WebCore { class Node; }