| Index: sky/engine/core/css/StylePropertySerializer.h
|
| diff --git a/sky/engine/core/css/StylePropertySerializer.h b/sky/engine/core/css/StylePropertySerializer.h
|
| index 84b6390d11705f89e6588eab40dc7b7a9a3e0404..fdfd712d22c0a7b409475a443179376cab7270b8 100644
|
| --- a/sky/engine/core/css/StylePropertySerializer.h
|
| +++ b/sky/engine/core/css/StylePropertySerializer.h
|
| @@ -20,8 +20,8 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef StylePropertySerializer_h
|
| -#define StylePropertySerializer_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_STYLEPROPERTYSERIALIZER_H_
|
| +#define SKY_ENGINE_CORE_CSS_STYLEPROPERTYSERIALIZER_H_
|
|
|
| #include "sky/engine/core/css/CSSValueList.h"
|
| #include "sky/engine/core/css/StylePropertySet.h"
|
| @@ -56,4 +56,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_CSS_STYLEPROPERTYSERIALIZER_H_
|
|
|