| Index: sky/engine/core/css/resolver/MatchedPropertiesCache.h
|
| diff --git a/sky/engine/core/css/resolver/MatchedPropertiesCache.h b/sky/engine/core/css/resolver/MatchedPropertiesCache.h
|
| index 4d3f59aa3e39850505d82418ef36bcada8d680fa..200c5d836bbeaa291173ecbea2bdc77278252e14 100644
|
| --- a/sky/engine/core/css/resolver/MatchedPropertiesCache.h
|
| +++ b/sky/engine/core/css/resolver/MatchedPropertiesCache.h
|
| @@ -23,13 +23,13 @@
|
| #ifndef MatchedPropertiesCache_h
|
| #define MatchedPropertiesCache_h
|
|
|
| -#include "core/css/StylePropertySet.h"
|
| -#include "core/css/resolver/MatchResult.h"
|
| -#include "platform/Timer.h"
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "sky/engine/core/css/StylePropertySet.h"
|
| +#include "sky/engine/core/css/resolver/MatchResult.h"
|
| +#include "sky/engine/platform/Timer.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
| +#include "sky/engine/wtf/Forward.h"
|
| +#include "sky/engine/wtf/HashMap.h"
|
| +#include "sky/engine/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|