| Index: sky/engine/core/rendering/RenderLineBoxList.h
|
| diff --git a/sky/engine/core/rendering/RenderLineBoxList.h b/sky/engine/core/rendering/RenderLineBoxList.h
|
| index 7ced6703d283997d4afff999ae79942744f18dc3..74fad22c0ca335b9d07a65751bef26aa4bb07254 100644
|
| --- a/sky/engine/core/rendering/RenderLineBoxList.h
|
| +++ b/sky/engine/core/rendering/RenderLineBoxList.h
|
| @@ -27,8 +27,8 @@
|
| */
|
|
|
|
|
| -#ifndef RenderLineBoxList_h
|
| -#define RenderLineBoxList_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_RENDERLINEBOXLIST_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_RENDERLINEBOXLIST_H_
|
|
|
| #include "sky/engine/core/rendering/RenderObject.h"
|
|
|
| @@ -87,4 +87,4 @@ inline void RenderLineBoxList::checkConsistency() const
|
|
|
| } // namespace blink
|
|
|
| -#endif // RenderFlow_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_RENDERLINEBOXLIST_H_
|
|
|