| Index: third_party/WebKit/Source/core/dom/IntersectionObserverController.h
|
| diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserverController.h b/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
|
| index 7538508167fb8b8b4ed8b661cbe57e29a5c69771..3d1afaec325b177f0ae1a28c870c0ddfb240f50e 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
|
| @@ -8,8 +8,8 @@
|
| #include "core/dom/IntersectionObserver.h"
|
| #include "core/dom/SuspendableObject.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/WeakPtr.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/WeakPtr.h"
|
|
|
| // Design doc for IntersectionObserver implementation:
|
| // https://docs.google.com/a/google.com/document/d/1hLK0eyT5_BzyNS4OkjsnoqqFQDYCbKfyBinj94OnLiQ
|
|
|