| Index: sky/engine/core/css/ElementRuleCollector.h
|
| diff --git a/sky/engine/core/css/ElementRuleCollector.h b/sky/engine/core/css/ElementRuleCollector.h
|
| index 411db333a0a390968a39877512abfa057a1a318d..02053b2b926dc24fb5040fd083243beac0803da0 100644
|
| --- a/sky/engine/core/css/ElementRuleCollector.h
|
| +++ b/sky/engine/core/css/ElementRuleCollector.h
|
| @@ -19,8 +19,8 @@
|
| *
|
| */
|
|
|
| -#ifndef ElementRuleCollector_h
|
| -#define ElementRuleCollector_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_ELEMENTRULECOLLECTOR_H_
|
| +#define SKY_ENGINE_CORE_CSS_ELEMENTRULECOLLECTOR_H_
|
|
|
| #include "sky/engine/core/css/SelectorChecker.h"
|
| #include "sky/engine/core/css/resolver/ElementResolveContext.h"
|
| @@ -156,4 +156,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ElementRuleCollector_h
|
| +#endif // SKY_ENGINE_CORE_CSS_ELEMENTRULECOLLECTOR_H_
|
|
|