| Index: sky/engine/core/css/RuleFeature.h
|
| diff --git a/sky/engine/core/css/RuleFeature.h b/sky/engine/core/css/RuleFeature.h
|
| index 2a0f527b53125f0fc7e49890003ac98843ec7e30..3cb4e607b855280dac9d74f15245de25ce2d44ea 100644
|
| --- a/sky/engine/core/css/RuleFeature.h
|
| +++ b/sky/engine/core/css/RuleFeature.h
|
| @@ -22,10 +22,10 @@
|
| #ifndef RuleFeature_h
|
| #define RuleFeature_h
|
|
|
| -#include "core/css/CSSSelector.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/text/AtomicStringHash.h"
|
| +#include "sky/engine/core/css/CSSSelector.h"
|
| +#include "sky/engine/wtf/Forward.h"
|
| +#include "sky/engine/wtf/HashSet.h"
|
| +#include "sky/engine/wtf/text/AtomicStringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|