| Index: sky/engine/core/css/RuleSet.h
|
| diff --git a/sky/engine/core/css/RuleSet.h b/sky/engine/core/css/RuleSet.h
|
| index b066cab7018dedd247468b78cb5898737b13c29d..232f2145ab08c8b9dc9d574bcc22e49acd58246c 100644
|
| --- a/sky/engine/core/css/RuleSet.h
|
| +++ b/sky/engine/core/css/RuleSet.h
|
| @@ -19,8 +19,8 @@
|
| *
|
| */
|
|
|
| -#ifndef RuleSet_h
|
| -#define RuleSet_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_RULESET_H_
|
| +#define SKY_ENGINE_CORE_CSS_RULESET_H_
|
|
|
| #include "sky/engine/core/css/CSSKeyframesRule.h"
|
| #include "sky/engine/core/css/MediaQueryEvaluator.h"
|
| @@ -171,4 +171,4 @@ private:
|
|
|
| WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS(blink::RuleData);
|
|
|
| -#endif // RuleSet_h
|
| +#endif // SKY_ENGINE_CORE_CSS_RULESET_H_
|
|
|