| Index: Source/core/css/SelectorCheckerFastPath.h
|
| diff --git a/Source/core/css/SelectorCheckerFastPath.h b/Source/core/css/SelectorCheckerFastPath.h
|
| index 6c8e3cc3d98493cace8918b82bf45b71096f3c2b..819ecbc332a6f37addd8fe110d9d7befa2b0d659 100644
|
| --- a/Source/core/css/SelectorCheckerFastPath.h
|
| +++ b/Source/core/css/SelectorCheckerFastPath.h
|
| @@ -29,8 +29,8 @@
|
| #ifndef SelectorCheckerFastPath_h
|
| #define SelectorCheckerFastPath_h
|
|
|
| -#include "CSSSelector.h"
|
| -#include "SelectorChecker.h"
|
| +#include "core/css/CSSSelector.h"
|
| +#include "core/css/SelectorChecker.h"
|
|
|
| namespace WebCore {
|
|
|
|
|