| Index: sky/engine/core/rendering/InlineBox.h
|
| diff --git a/sky/engine/core/rendering/InlineBox.h b/sky/engine/core/rendering/InlineBox.h
|
| index 162812c072355c93c75a766708bb15a19fbf2df6..122834ea915be4607441e8fc580ee2068b3c8b79 100644
|
| --- a/sky/engine/core/rendering/InlineBox.h
|
| +++ b/sky/engine/core/rendering/InlineBox.h
|
| @@ -18,8 +18,8 @@
|
| *
|
| */
|
|
|
| -#ifndef InlineBox_h
|
| -#define InlineBox_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_INLINEBOX_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_INLINEBOX_H_
|
|
|
| #include "sky/engine/core/rendering/RenderBoxModelObject.h"
|
| #include "sky/engine/core/rendering/RenderObjectInlines.h"
|
| @@ -419,4 +419,4 @@ void showTree(const blink::InlineBox*);
|
| void showLineTree(const blink::InlineBox*);
|
| #endif
|
|
|
| -#endif // InlineBox_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_INLINEBOX_H_
|
|
|