| Index: Source/core/html/shadow/InsertionPoint.h
|
| diff --git a/Source/core/html/shadow/InsertionPoint.h b/Source/core/html/shadow/InsertionPoint.h
|
| index d0f0b0d54ca1271fe98df0b3e995b61cc15dba5d..948530711ed23ebaa2b984f94b8e1c96ce262684 100644
|
| --- a/Source/core/html/shadow/InsertionPoint.h
|
| +++ b/Source/core/html/shadow/InsertionPoint.h
|
| @@ -32,11 +32,11 @@
|
| #define InsertionPoint_h
|
|
|
| #include "ContentDistributor.h"
|
| -#include "ElementShadow.h"
|
| #include "HTMLElement.h"
|
| #include "HTMLNames.h"
|
| -#include "ShadowRoot.h"
|
| #include "core/css/CSSSelectorList.h"
|
| +#include "core/dom/ElementShadow.h"
|
| +#include "core/dom/ShadowRoot.h"
|
| #include <wtf/Forward.h>
|
|
|
| namespace WebCore {
|
|
|