| Index: Source/core/dom/shadow/ElementShadow.cpp
|
| diff --git a/Source/core/dom/shadow/ElementShadow.cpp b/Source/core/dom/shadow/ElementShadow.cpp
|
| index 696b67c7de8516f41912180e568e00b35da5bf79..706ef9a24bbc86227e185df4115ddcbe0360dc85 100644
|
| --- a/Source/core/dom/shadow/ElementShadow.cpp
|
| +++ b/Source/core/dom/shadow/ElementShadow.cpp
|
| @@ -33,8 +33,8 @@
|
| #include "core/dom/ElementTraversal.h"
|
| #include "core/dom/NodeTraversal.h"
|
| #include "core/dom/shadow/ContentDistribution.h"
|
| -#include "core/html/shadow/HTMLContentElement.h"
|
| -#include "core/html/shadow/HTMLShadowElement.h"
|
| +#include "core/html/HTMLContentElement.h"
|
| +#include "core/html/HTMLShadowElement.h"
|
|
|
| namespace WebCore {
|
|
|
|
|