| Index: Source/core/html/shadow/ContentSelectorQuery.h
|
| diff --git a/Source/core/html/shadow/ContentSelectorQuery.h b/Source/core/html/shadow/ContentSelectorQuery.h
|
| index 050ea95d58feb7266fa7cff22842d62967849cf1..b86098d89b5a57abb6398e45f5f79ab6549c422d 100644
|
| --- a/Source/core/html/shadow/ContentSelectorQuery.h
|
| +++ b/Source/core/html/shadow/ContentSelectorQuery.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef ContentSelectorQuery_h
|
| #define ContentSelectorQuery_h
|
|
|
| -#include "SelectorQuery.h"
|
| #include "core/css/CSSSelectorList.h"
|
| #include "core/css/SelectorChecker.h"
|
| +#include "core/dom/SelectorQuery.h"
|
| #include <wtf/Forward.h>
|
| #include <wtf/Vector.h>
|
|
|
|
|