| Index: Source/core/html/shadow/HTMLContentElement.cpp
|
| diff --git a/Source/core/html/shadow/HTMLContentElement.cpp b/Source/core/html/shadow/HTMLContentElement.cpp
|
| index 93042faec2fd8065e73335c50fb002f185e82258..f562fcd1c2f93fcfd9f1636e50dc7d545c5ad1fd 100644
|
| --- a/Source/core/html/shadow/HTMLContentElement.cpp
|
| +++ b/Source/core/html/shadow/HTMLContentElement.cpp
|
| @@ -30,9 +30,9 @@
|
| #include "ContentDistributor.h"
|
| #include "ContentSelectorQuery.h"
|
| #include "HTMLNames.h"
|
| -#include "QualifiedName.h"
|
| -#include "ShadowRoot.h"
|
| #include "core/css/CSSParser.h"
|
| +#include "core/dom/QualifiedName.h"
|
| +#include "core/dom/ShadowRoot.h"
|
| #include "core/page/RuntimeEnabledFeatures.h"
|
| #include <wtf/StdLibExtras.h>
|
|
|
|
|