| Index: sky/engine/core/css/StyleRule.h
|
| diff --git a/sky/engine/core/css/StyleRule.h b/sky/engine/core/css/StyleRule.h
|
| index 6b349d95549dbb844cb240b5842b2d02a53b401c..e8d86993d7ddef0212a70cee5166da4053665b3c 100644
|
| --- a/sky/engine/core/css/StyleRule.h
|
| +++ b/sky/engine/core/css/StyleRule.h
|
| @@ -19,8 +19,8 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef StyleRule_h
|
| -#define StyleRule_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_STYLERULE_H_
|
| +#define SKY_ENGINE_CORE_CSS_STYLERULE_H_
|
|
|
| #include "sky/engine/core/css/CSSSelectorList.h"
|
| #include "sky/engine/core/css/MediaList.h"
|
| @@ -219,4 +219,4 @@ DEFINE_STYLE_RULE_TYPE_CASTS(Filter);
|
|
|
| } // namespace blink
|
|
|
| -#endif // StyleRule_h
|
| +#endif // SKY_ENGINE_CORE_CSS_STYLERULE_H_
|
|
|