| Index: third_party/WebKit/public/web/WebNode.h
|
| diff --git a/third_party/WebKit/public/web/WebNode.h b/third_party/WebKit/public/web/WebNode.h
|
| index d2a2fe8a9f6aa13e58284cbbd18655a1bbe4c8fb..d8e803d5e1553a8272d73dcfda4cfd976f90fd30 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 "../platform/WebVector.h"
|
| +#include "public/platform/WebCommon.h"
|
| +#include "public/platform/WebPrivatePtr.h"
|
| +#include "public/platform/WebString.h"
|
| +#include "public/platform/WebVector.h"
|
|
|
| namespace blink {
|
|
|
|
|