| Index: Source/core/dom/ComposedShadowTreeWalker.cpp
|
| diff --git a/Source/core/dom/ComposedShadowTreeWalker.cpp b/Source/core/dom/ComposedShadowTreeWalker.cpp
|
| index 14762c3a2bc26be2f48943f2e85cfad6ad2a5fd3..0f86bd6824edadcc9d12de4a6ebb7f20df3f20ed 100644
|
| --- a/Source/core/dom/ComposedShadowTreeWalker.cpp
|
| +++ b/Source/core/dom/ComposedShadowTreeWalker.cpp
|
| @@ -26,15 +26,15 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "ComposedShadowTreeWalker.h"
|
| +#include "core/dom/ComposedShadowTreeWalker.h"
|
|
|
| #include "ContentDistributor.h"
|
| -#include "Element.h"
|
| -#include "ElementShadow.h"
|
| #include "HTMLContentElement.h"
|
| #include "HTMLShadowElement.h"
|
| #include "InsertionPoint.h"
|
| -#include "PseudoElement.h"
|
| +#include "core/dom/Element.h"
|
| +#include "core/dom/ElementShadow.h"
|
| +#include "core/dom/PseudoElement.h"
|
|
|
| namespace WebCore {
|
|
|
|
|