| Index: sky/engine/core/css/CSSStyleSheet.h
|
| diff --git a/sky/engine/core/css/CSSStyleSheet.h b/sky/engine/core/css/CSSStyleSheet.h
|
| index ac29a67130cb0120c32ec476fc4013f9a4effa2a..ae63dd4be2888af5d8576c3597daa804a73410ac 100644
|
| --- a/sky/engine/core/css/CSSStyleSheet.h
|
| +++ b/sky/engine/core/css/CSSStyleSheet.h
|
| @@ -18,8 +18,8 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef CSSStyleSheet_h
|
| -#define CSSStyleSheet_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_CSSSTYLESHEET_H_
|
| +#define SKY_ENGINE_CORE_CSS_CSSSTYLESHEET_H_
|
|
|
| #include "sky/engine/core/css/CSSRule.h"
|
| #include "sky/engine/core/css/StyleSheet.h"
|
| @@ -146,4 +146,4 @@ DEFINE_TYPE_CASTS(CSSStyleSheet, StyleSheet, sheet, sheet->isCSSStyleSheet(), sh
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_CSS_CSSSTYLESHEET_H_
|
|
|