| Index: third_party/WebKit/Source/core/dom/IntersectionObserverEntry.h
|
| diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.h b/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.h
|
| index 9b17e520930dbfaac88ecb4ff22c8f45adaba1ef..b567e2f7666771092c56bbfcb510158730ce68b9 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.h
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef IntersectionObserverEntry_h
|
| #define IntersectionObserverEntry_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/dom/ClientRect.h"
|
| #include "core/dom/DOMHighResTimeStamp.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/heap/Handle.h"
|
|
|
|
|