| Index: sky/engine/core/rendering/style/KeyframeList.h
|
| diff --git a/sky/engine/core/rendering/style/KeyframeList.h b/sky/engine/core/rendering/style/KeyframeList.h
|
| index dfd221a2a9afa6e9f8828b58403a7e98f6f3bf45..7c74210b29eaa8ec183ae918d4b21341957865a6 100644
|
| --- a/sky/engine/core/rendering/style/KeyframeList.h
|
| +++ b/sky/engine/core/rendering/style/KeyframeList.h
|
| @@ -22,8 +22,8 @@
|
| *
|
| */
|
|
|
| -#ifndef KeyframeList_h
|
| -#define KeyframeList_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_STYLE_KEYFRAMELIST_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_STYLE_KEYFRAMELIST_H_
|
|
|
| #include "gen/sky/core/CSSPropertyNames.h"
|
| #include "sky/engine/core/rendering/style/StyleInheritedData.h"
|
| @@ -93,4 +93,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // KeyframeList_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_STYLE_KEYFRAMELIST_H_
|
|
|