| Index: sky/engine/core/rendering/style/StyleFlexibleBoxData.h
|
| diff --git a/sky/engine/core/rendering/style/StyleFlexibleBoxData.h b/sky/engine/core/rendering/style/StyleFlexibleBoxData.h
|
| index b9697cf815f741963f382dfbb6527478a67da7ab..8d575e5858cca85486f113eef963bdafef7183ef 100644
|
| --- a/sky/engine/core/rendering/style/StyleFlexibleBoxData.h
|
| +++ b/sky/engine/core/rendering/style/StyleFlexibleBoxData.h
|
| @@ -23,8 +23,8 @@
|
| *
|
| */
|
|
|
| -#ifndef StyleFlexibleBoxData_h
|
| -#define StyleFlexibleBoxData_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_STYLE_STYLEFLEXIBLEBOXDATA_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_STYLE_STYLEFLEXIBLEBOXDATA_H_
|
|
|
| #include "sky/engine/platform/Length.h"
|
|
|
| @@ -58,4 +58,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // StyleFlexibleBoxData_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_STYLE_STYLEFLEXIBLEBOXDATA_H_
|
|
|