| Index: sky/engine/core/css/resolver/MatchResult.h
|
| diff --git a/sky/engine/core/css/resolver/MatchResult.h b/sky/engine/core/css/resolver/MatchResult.h
|
| index a2c2c26f55c4c178bd78b385d945b53c0e14aebf..c1694b3bf32eb827b63c6beea246b809cf2b32c8 100644
|
| --- a/sky/engine/core/css/resolver/MatchResult.h
|
| +++ b/sky/engine/core/css/resolver/MatchResult.h
|
| @@ -20,8 +20,8 @@
|
| *
|
| */
|
|
|
| -#ifndef MatchResult_h
|
| -#define MatchResult_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_RESOLVER_MATCHRESULT_H_
|
| +#define SKY_ENGINE_CORE_CSS_RESOLVER_MATCHRESULT_H_
|
|
|
| #include "sky/engine/core/css/RuleSet.h"
|
| #include "sky/engine/core/css/SelectorChecker.h"
|
| @@ -100,4 +100,4 @@ inline bool operator!=(const MatchedProperties& a, const MatchedProperties& b)
|
|
|
| } // namespace blink
|
|
|
| -#endif // MatchResult_h
|
| +#endif // SKY_ENGINE_CORE_CSS_RESOLVER_MATCHRESULT_H_
|
|
|