| Index: third_party/WebKit/Source/core/xml/XPathResult.h
|
| diff --git a/third_party/WebKit/Source/core/xml/XPathResult.h b/third_party/WebKit/Source/core/xml/XPathResult.h
|
| index 4a27b35e54d8ac202dc1e7ece8453fd56f4e978d..d214e1c8125908aa69ef97e3c496ee8fbfdb7f0c 100644
|
| --- a/third_party/WebKit/Source/core/xml/XPathResult.h
|
| +++ b/third_party/WebKit/Source/core/xml/XPathResult.h
|
| @@ -27,8 +27,8 @@
|
| #ifndef XPathResult_h
|
| #define XPathResult_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/xml/XPathValue.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/Forward.h"
|
|
|
|
|