| Index: sky/engine/core/css/StylePropertySet.h
|
| diff --git a/sky/engine/core/css/StylePropertySet.h b/sky/engine/core/css/StylePropertySet.h
|
| index 8c0f1745a3dc1822b01e875df69610cbf88bfc2e..497fb3d998a0f79b93e69e0468d6b9d0ab0e790c 100644
|
| --- a/sky/engine/core/css/StylePropertySet.h
|
| +++ b/sky/engine/core/css/StylePropertySet.h
|
| @@ -18,8 +18,8 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef StylePropertySet_h
|
| -#define StylePropertySet_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_STYLEPROPERTYSET_H_
|
| +#define SKY_ENGINE_CORE_CSS_STYLEPROPERTYSET_H_
|
|
|
| #include "gen/sky/core/CSSPropertyNames.h"
|
| #include "sky/engine/core/css/CSSPrimitiveValue.h"
|
| @@ -282,4 +282,4 @@ inline int StylePropertySet::findPropertyIndex(CSSPropertyID propertyID) const
|
|
|
| } // namespace blink
|
|
|
| -#endif // StylePropertySet_h
|
| +#endif // SKY_ENGINE_CORE_CSS_STYLEPROPERTYSET_H_
|
|
|