| Index: Source/core/css/SelectorChecker.h
|
| diff --git a/Source/core/css/SelectorChecker.h b/Source/core/css/SelectorChecker.h
|
| index f357efff9d5ed88f9aff07120b439f7e5b384696..37896b9c26c9dc5b6947687576cf96bc3dfa6ea9 100644
|
| --- a/Source/core/css/SelectorChecker.h
|
| +++ b/Source/core/css/SelectorChecker.h
|
| @@ -28,9 +28,9 @@
|
| #ifndef SelectorChecker_h
|
| #define SelectorChecker_h
|
|
|
| -#include "CSSSelector.h"
|
| #include "InspectorInstrumentation.h"
|
| #include "SpaceSplitString.h"
|
| +#include "core/css/CSSSelector.h"
|
| #include <wtf/HashSet.h>
|
| #include <wtf/Vector.h>
|
|
|
|
|