| Index: Source/core/html/shadow/ContentDistributor.cpp
|
| diff --git a/Source/core/html/shadow/ContentDistributor.cpp b/Source/core/html/shadow/ContentDistributor.cpp
|
| index 5e4337da9350b0f7e7cb707eb61a463ae832d3b6..d2d12e0a1a5014c87f243c60436b13a885b1ae33 100644
|
| --- a/Source/core/html/shadow/ContentDistributor.cpp
|
| +++ b/Source/core/html/shadow/ContentDistributor.cpp
|
| @@ -28,11 +28,11 @@
|
| #include "ContentDistributor.h"
|
|
|
| #include "ContentSelectorQuery.h"
|
| -#include "ElementShadow.h"
|
| #include "HTMLContentElement.h"
|
| #include "HTMLShadowElement.h"
|
| -#include "NodeTraversal.h"
|
| -#include "ShadowRoot.h"
|
| +#include "core/dom/ElementShadow.h"
|
| +#include "core/dom/NodeTraversal.h"
|
| +#include "core/dom/ShadowRoot.h"
|
|
|
|
|
| namespace WebCore {
|
|
|