| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementScheduler.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementScheduler.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementScheduler.h
|
| index e7c2e60f72b36ded7aa69c5480c999a13ad8420c..81d772a6818a13e01760b640a229dd7e4b2521ad 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementScheduler.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementScheduler.h
|
| @@ -34,8 +34,8 @@
|
| #include "core/dom/custom/V0CustomElementCallbackQueue.h"
|
| #include "core/dom/custom/V0CustomElementLifecycleCallbacks.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|