| Index: Source/core/html/shadow/ContentSelectorQuery.h
|
| diff --git a/Source/core/html/shadow/ContentSelectorQuery.h b/Source/core/html/shadow/ContentSelectorQuery.h
|
| index bcee9bdd15ff7afaa8e4556c45782135cf5a792e..050ea95d58feb7266fa7cff22842d62967849cf1 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 "CSSSelectorList.h"
|
| -#include "SelectorChecker.h"
|
| #include "SelectorQuery.h"
|
| +#include "core/css/CSSSelectorList.h"
|
| +#include "core/css/SelectorChecker.h"
|
| #include <wtf/Forward.h>
|
| #include <wtf/Vector.h>
|
|
|
|
|