| Index: sky/engine/core/css/CSSFilterRule.h
|
| diff --git a/sky/engine/core/css/CSSFilterRule.h b/sky/engine/core/css/CSSFilterRule.h
|
| index 93a6053097aa334f9a5b4d9678258f586d536dcc..22ee24c0691dab31b4c35aa78cd168ae50a614a8 100644
|
| --- a/sky/engine/core/css/CSSFilterRule.h
|
| +++ b/sky/engine/core/css/CSSFilterRule.h
|
| @@ -27,8 +27,8 @@
|
| * SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef CSSFilterRule_h
|
| -#define CSSFilterRule_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_CSSFILTERRULE_H_
|
| +#define SKY_ENGINE_CORE_CSS_CSSFILTERRULE_H_
|
|
|
| #include "sky/engine/core/css/CSSRule.h"
|
| #include "sky/engine/platform/heap/Handle.h"
|
| @@ -66,4 +66,4 @@ DEFINE_CSS_RULE_TYPE_CASTS(CSSFilterRule, WEBKIT_FILTER_RULE);
|
| }
|
|
|
|
|
| -#endif // CSSFilterRule_h
|
| +#endif // SKY_ENGINE_CORE_CSS_CSSFILTERRULE_H_
|
|
|